Compartilhar via


UserConfigurationDictionary.UpdateFromJsonCollection Método

Definição

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)

Aplica-se a