UserConfigurationDictionary.UpdateFromJsonCollection メソッド

定義

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

public:
 virtual void UpdateFromJsonCollection(cli::array <System::Object ^> ^ jsonCollection, Microsoft::Exchange::WebServices::Data::ExchangeService ^ service);
public void UpdateFromJsonCollection (object[] jsonCollection, Microsoft.Exchange.WebServices.Data.ExchangeService service);
Public Sub UpdateFromJsonCollection (jsonCollection As Object(), service As ExchangeService)

パラメーター

jsonCollection
Object[]

JSON コレクション。

service
ExchangeService

Exchange サービス オブジェクト。

実装

Microsoft.Exchange.WebServices.Data.IJsonCollectionDeserializer.UpdateFromJsonCollection(System.Object[],Microsoft.Exchange.WebServices.Data.ExchangeService)

適用対象