Compartir a través de


ServicesErrors Propiedad

Gets the collection of Microsoft.MasterDataServices.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< (Of < ( <'Error> ) > ) >
A collection of Microsoft.MasterDataServices.Services API errors to treat as warnings.