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

取得または設定する物理アドレスに関連付けられているキー。

プロパティ値

指定したキーに対応する物理アドレス。

適用対象