UserConfigurationDictionary.UpdateFromJsonCollection Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Atualizações um dicionário de configuração existente usando uma coleção de objetos JSON (Notação de Objeto JavaScript). O UpdateFromJsonCollection(Object[], ExchangeService) método é aplicável para clientes que visam Exchange Online e versões do Exchange começando com 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[]
A coleção JSON.
- service
- ExchangeService
Um objeto de serviço do Exchange.
Implementações
Microsoft.Exchange.WebServices.Data.IJsonCollectionDeserializer.UpdateFromJsonCollection(System.Object[],Microsoft.Exchange.WebServices.Data.ExchangeService)