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 |
获取或设置条目的街道。 |