PhysicalAddressEntry 类

定义

表示物理地址字典中的条目。

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

获取或设置条目的街道。

适用于