GetUserSettingsResponse.Settings プロパティ

定義

ユーザーの要求された設定を取得します。

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)

プロパティ値

要求されたユーザー設定。

適用対象