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í.
Novedades un diccionario de configuración existente mediante una colección de objetos de notación de objetos JavaScript (JSON). El UpdateFromJsonCollection(Object[], ExchangeService) método es aplicable a los clientes que tienen como destino 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 JSON.
- service
- ExchangeService
Un objeto de servicio de Exchange.