Свойство Warnings.ServicesErrors
Gets the services API errors to treat as warnings.
Пространство имен: Microsoft.MasterDataServices.Deployment
Сборка: Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)
Синтаксис
'Декларация
Public ReadOnly Property ServicesErrors As Collection(Of Error)
Get
'Применение
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>
Значение свойства
Тип: System.Collections.ObjectModel.Collection<Error>
The services API errors to treat as warnings.