Partager via


Propriété Warnings.ServicesErrors

Gets the services API errors to treat as warnings.

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ServicesErrors As Collection(Of Error)
    Get
'Utilisation
Dim instance As Warnings 
Dim value As Collection(Of Error)

value = instance.ServicesErrors
public Collection<Error> ServicesErrors { get; }
public:
property Collection<Error^>^ ServicesErrors {
    Collection<Error^>^ get ();
}
member ServicesErrors : Collection<Error>
function get ServicesErrors () : Collection<Error>

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<Error>
The services API errors to treat as warnings.

Voir aussi

Référence

Warnings Classe

Espace de noms Microsoft.MasterDataServices.Deployment