GetDomainSettingsResponse.DomainSettingErrors 属性

定义

获取无法返回的设置的错误集合。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Autodiscover::DomainSettingError ^> ^ DomainSettingErrors { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Autodiscover::DomainSettingError ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Autodiscover.DomainSettingError> DomainSettingErrors { get; }
Public ReadOnly Property DomainSettingErrors As Collection(Of DomainSettingError)

属性值

包含 DomainSettingError 对象的集合。

适用于