UserConfigurationDictionary.UpdateFromJsonCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)