PhysicalAddressDictionary.Item[PhysicalAddressKey] Property

Definition

Gets or sets the physical address that corresponds to the specified key.

public:
 property Microsoft::Exchange::WebServices::Data::PhysicalAddressEntry ^ default[Microsoft::Exchange::WebServices::Data::PhysicalAddressKey] { Microsoft::Exchange::WebServices::Data::PhysicalAddressEntry ^ get(Microsoft::Exchange::WebServices::Data::PhysicalAddressKey key); void set(Microsoft::Exchange::WebServices::Data::PhysicalAddressKey key, Microsoft::Exchange::WebServices::Data::PhysicalAddressEntry ^ value); };
public Microsoft.Exchange.WebServices.Data.PhysicalAddressEntry this[Microsoft.Exchange.WebServices.Data.PhysicalAddressKey key] { get; set; }
Default Public Property Item(key As PhysicalAddressKey) As PhysicalAddressEntry

Parameters

key
PhysicalAddressKey

The key that is associated with the physical address to get or set.

Property Value

The physical address that corresponds to the specified key.

Applies to