PhysicalAddressDictionaryEntryType Members
The PhysicalAddressDictionaryEntryType class contains information that defines a physical address, such as a street address.
The following tables list the members exposed by the PhysicalAddressDictionaryEntryType type.
Public Constructors
Name | Description | |
---|---|---|
PhysicalAddressDictionaryEntryType | The PhysicalAddressDictionaryEntryType constructor initializes a new instance of the PhysicalAddressDictionaryEntryType class. |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top