PhysicalAddressDictionary Classe
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.
Représente un dictionnaire d’adresses physiques.
public ref class PhysicalAddressDictionary sealed : Microsoft::Exchange::WebServices::Data::DictionaryProperty<Microsoft::Exchange::WebServices::Data::PhysicalAddressKey, Microsoft::Exchange::WebServices::Data::PhysicalAddressEntry ^>
public sealed class PhysicalAddressDictionary : Microsoft.Exchange.WebServices.Data.DictionaryProperty<Microsoft.Exchange.WebServices.Data.PhysicalAddressKey,Microsoft.Exchange.WebServices.Data.PhysicalAddressEntry>
Public NotInheritable Class PhysicalAddressDictionary
Inherits DictionaryProperty(Of PhysicalAddressKey, PhysicalAddressEntry)
- Héritage
-
PhysicalAddressDictionary
Constructeurs
PhysicalAddressDictionary() |
Initialise une nouvelle instance de la classe PhysicalAddressDictionary. |
Propriétés
Item[PhysicalAddressKey] |
Obtient ou définit l’adresse physique qui correspond à la clé spécifiée. |
Méthodes
Contains(TKey) |
Détermine si cette instance contient la clé spécifiée. (Hérité de DictionaryProperty<TKey,TEntry>) |
TryGetValue(PhysicalAddressKey, PhysicalAddressEntry) |
Tente d’obtenir l’adresse physique associée à la clé spécifiée. |