UserConfigurationDictionary クラス

定義

ユーザー構成ディクショナリ プロパティを表します。

public ref class UserConfigurationDictionary sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty, System::Collections::IEnumerable
public sealed class UserConfigurationDictionary : Microsoft.Exchange.WebServices.Data.ComplexProperty, System.Collections.IEnumerable
Public NotInheritable Class UserConfigurationDictionary
Inherits ComplexProperty
Implements IEnumerable
継承
UserConfigurationDictionary
実装

プロパティ

Count

ユーザー構成ディクショナリ内のエントリの数を取得します。

Item[Object]

指定したキーを持つエントリを取得または設定します。

メソッド

Add(Object, Object)

指定されたキーと値を含むエントリをユーザー構成ディクショナリに追加します。

Clear()

ユーザー構成ディクショナリからすべての項目を削除します。

ContainsKey(Object)

ユーザー構成ディクショナリに、指定したキーを持つエントリが含まれているかどうかを示します。

CreateFromJsonCollection(Object[], ExchangeService)

JavaScript Object Notation (JSON) オブジェクトのコレクションから構成ディクショナリを作成します。 このCreateFromJsonCollection(Object[], ExchangeService)方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

GetEnumerator()

ユーザー構成ディクショナリの列挙子を返します。

Remove(Object)

指定したキーを持つエントリをユーザー構成ディクショナリから削除します。

TryGetValue(Object, Object)

指定したキーに関連付けられている値を取得します。

UpdateFromJsonCollection(Object[], ExchangeService)

JavaScript Object Notation (JSON) オブジェクトのコレクションを使用して、既存の構成ディクショナリを更新します。 このUpdateFromJsonCollection(Object[], ExchangeService)方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

適用対象