UserConfigurationDictionary.UpdateFromJsonCollection Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.