PhysicalAddressDictionary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a dictionary of physical addresses.
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)
- Inheritance
-
PhysicalAddressDictionary
Constructors
PhysicalAddressDictionary() |
Initializes a new instance of the PhysicalAddressDictionary class. |
Properties
Item[PhysicalAddressKey] |
Gets or sets the physical address that corresponds to the specified key. |
Methods
Contains(TKey) |
Determines whether this instance contains the specified key. (Inherited from DictionaryProperty<TKey,TEntry>) |
TryGetValue(PhysicalAddressKey, PhysicalAddressEntry) |
Tries to get the physical address that is associated with the specified key. |