Partager via


UserConfigurationDictionary.UpdateFromJsonCollection Méthode

Définition

Mises à jour un dictionnaire de configuration existant à l’aide d’une collection d’objets JSON (JavaScript Object Notation). La UpdateFromJsonCollection(Object[], ExchangeService) méthode s’applique aux clients qui ciblent Exchange Online et versions d’Exchange à 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)

Paramètres

jsonCollection
Object[]

Collection JSON.

service
ExchangeService

Objet de service Exchange.

Implémente

Microsoft.Exchange.WebServices.Data.IJsonCollectionDeserializer.UpdateFromJsonCollection(System.Object[],Microsoft.Exchange.WebServices.Data.ExchangeService)

S’applique à