Compartir a través de


Warnings.ServicesErrors Propiedad

Gets the services API errors to treat as warnings.

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
Public ReadOnly Property ServicesErrors As Collection(Of Error)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

Warnings Clase

Espacio de nombres Microsoft.MasterDataServices.Deployment