Edit

Share via


GetDomainSettingsResponse.Settings Property

Definition

Gets the requested settings for the domain.

public:
 property System::Collections::Generic::IDictionary<Microsoft::Exchange::WebServices::Autodiscover::DomainSettingName, System::Object ^> ^ Settings { System::Collections::Generic::IDictionary<Microsoft::Exchange::WebServices::Autodiscover::DomainSettingName, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<Microsoft.Exchange.WebServices.Autodiscover.DomainSettingName,object> Settings { get; }
Public ReadOnly Property Settings As IDictionary(Of DomainSettingName, Object)

Property Value

An IDictionary object that contains domain setting names and domain settings as a key/value pair.

Applies to