UserConfigurationDictionary.UpdateFromJsonCollection Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Actualiza un diccionario de configuración existente mediante el uso de una colección de objetos de JavaScript Object Notation (JSON). El UpdateFromJsonCollection(Object[], ExchangeService) método es aplicable para los clientes que estén destinados a Exchange Online y versiones de Exchange a partir de 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)
Parámetros
- jsonCollection
- Object[]
La colección de JSON.
- service
- ExchangeService
Un objeto de servicio de Exchange.