PhysicalAddressDictionary.Item[PhysicalAddressKey] Property
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.
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
The key that is associated with the physical address to get or set.
Property Value
The physical address that corresponds to the specified key.