Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the services API errors to treat as warnings.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public Collection<Error> ServicesErrors { get; }
public:
property Collection<Error^>^ ServicesErrors {
Collection<Error^>^ get();
}
member ServicesErrors : Collection<Error> with get
Public ReadOnly Property ServicesErrors As Collection(Of Error)
Property Value
Type: System.Collections.ObjectModel.Collection<Error>
The services API errors to treat as warnings.
See Also
Warnings Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top