GetDomainSettingsResponse.DomainSettingErrors Property

Definition

Gets a collection of errors for settings that could not be returned.

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)

Property Value

A collection that contains DomainSettingError objects.

Applies to