PhysicalAddressDictionaryEntryType Members
Include Protected Members
Include Inherited Members
The PhysicalAddressDictionaryEntryType class contains information that defines a physical address, such as a street address.
The PhysicalAddressDictionaryEntryType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PhysicalAddressDictionaryEntryType | The PhysicalAddressDictionaryEntryType constructor initializes a new instance of the PhysicalAddressDictionaryEntryType class. |
Top
Properties
Name | Description | |
---|---|---|
City | The City property gets or sets the city name for a contact item. | |
CountryOrRegion | The CountryOrRegion property gets or sets the country or region for a contact item. | |
Key | The Key property gets or sets the type of physical address for a contact's address. | |
PostalCode | The PostalCode property gets or sets the postal code for a contact item. | |
State | The State property gets or sets the state for a contact item. | |
Street | The Street property gets or sets the street address for a contact item. |
Top