PhysicalAddressDictionary.Item[PhysicalAddressKey] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与指定键对应的物理地址。
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
参数
与要获取或设置的物理地址关联的键。
属性值
与指定键对应的物理地址。