PhysicalAddressEntry クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
物理アドレス ディクショナリ内のエントリを表します。
public ref class PhysicalAddressEntry sealed : Microsoft::Exchange::WebServices::Data::DictionaryEntryProperty<Microsoft::Exchange::WebServices::Data::PhysicalAddressKey>
public sealed class PhysicalAddressEntry : Microsoft.Exchange.WebServices.Data.DictionaryEntryProperty<Microsoft.Exchange.WebServices.Data.PhysicalAddressKey>
Public NotInheritable Class PhysicalAddressEntry
Inherits DictionaryEntryProperty(Of PhysicalAddressKey)
- 継承
コンストラクター
PhysicalAddressEntry() |
PhysicalAddressEntry クラスの新しいインスタンスを初期化します。 |
プロパティ
City |
エントリの市区町村を取得または設定します。 |
CountryOrRegion |
エントリの国または地域を取得または設定します。 |
PostalCode |
エントリの郵便番号を取得または設定します。 |
State |
エントリの状態を取得または設定します。 |
Street |
エントリの通りを取得または設定します。 |