Warnings.ServicesErrors Property
Gets the services API errors to treat as warnings.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
Public ReadOnly Property ServicesErrors As Collection(Of Error)
Get
'Usage
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>
Property Value
Type: System.Collections.ObjectModel.Collection<Error>
The services API errors to treat as warnings.