GetUserSettingsResponse.Settings Property

Definition

Gets the requested settings for the user.

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

Property Value

The requested user settings.

Applies to