GetDomainSettingsResponse.Settings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.