UserConfigurationDictionary.UpdateFromJsonCollection Method

Definition

Updates an existing configuration dictionary by using a collection of JavaScript Object Notation (JSON) objects. The UpdateFromJsonCollection(Object[], ExchangeService) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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)

Parameters

jsonCollection
Object[]

The JSON collection.

service
ExchangeService

An Exchange service object.

Implements

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

Applies to