UserConfigurationDictionary.CreateFromJsonCollection 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í.
Crea el diccionario de configuración a partir de una colección de objetos de notación de objetos JavaScript (JSON). El CreateFromJsonCollection(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 CreateFromJsonCollection(cli::array <System::Object ^> ^ jsonCollection, Microsoft::Exchange::WebServices::Data::ExchangeService ^ service);
public void CreateFromJsonCollection (object[] jsonCollection, Microsoft.Exchange.WebServices.Data.ExchangeService service);
Public Sub CreateFromJsonCollection (jsonCollection As Object(), service As ExchangeService)
Parámetros
- jsonCollection
- Object[]
La colección JSON.
- service
- ExchangeService
Un objeto de servicio de Exchange.