PhysicalAddressDictionary.Item[PhysicalAddressKey] 属性

定义

获取或设置与指定键对应的物理地址。

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

参数

key
PhysicalAddressKey

与要获取或设置的物理地址关联的键。

属性值

与指定键对应的物理地址。

适用于