PhysicalAddressDictionary Class

Definition

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

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.

Applies to