ContactPhysicalAddress Members
Include Protected Members
Include Inherited Members
This class represents a physical address location in a ContactCard instance.
The ContactPhysicalAddress type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContactPhysicalAddress() | Creates a new ContactAddress instance. | |
ContactPhysicalAddress(String, String, String, String, String, String) | Creates a new ContactAddress instance. |
Top
Properties
Name | Description | |
---|---|---|
AddressType | Gets or sets the type of address (work/home/other). | |
CityCode | Gets or sets the city code. | |
Country | Gets or sets the country. | |
State | Gets or sets the state of this address. | |
Street | Gets or sets the street details. | |
ZipCode | Gets or sets the zip code. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top