UserConfigurationDictionary.CreateFromJsonCollection 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.
Crée le dictionnaire de configuration à partir d’une collection d’objets JSON (JavaScript Object Notation). La CreateFromJsonCollection(Object[], ExchangeService) méthode s’applique aux clients qui ciblent Exchange Online et versions d’Exchange à 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)
Paramètres
- jsonCollection
- Object[]
Collection JSON.
- service
- ExchangeService
Objet de service Exchange.