PhoneNumberDictionary.Item[PhoneNumberKey] Propriété
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.
Obtient ou définit le numéro de téléphone qui correspond à la clé spécifiée.
public:
property System::String ^ default[Microsoft::Exchange::WebServices::Data::PhoneNumberKey] { System::String ^ get(Microsoft::Exchange::WebServices::Data::PhoneNumberKey key); void set(Microsoft::Exchange::WebServices::Data::PhoneNumberKey key, System::String ^ value); };
public string this[Microsoft.Exchange.WebServices.Data.PhoneNumberKey key] { get; set; }
Default Public Property Item(key As PhoneNumberKey) As String
Paramètres
- key
- PhoneNumberKey
Clé qui correspond au numéro de téléphone à obtenir ou à définir.
Valeur de propriété
Numéro de téléphone qui correspond à la clé spécifiée.