PostalAddress
Contents
[
Hide
]PostalAddress class
Represents a postal address.
Constructors
| Name | Description |
|---|---|
| PostalAddress |
Methods
| Name | Description |
|---|---|
| CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
| Equals (3 overloads) | |
| get_Address | Gets an address |
| get_Category | Gets an object category |
| get_City | Gets a city |
| get_Country | Gets a country |
| get_CountryCode | Gets a country code |
| get_IsMailingAddress | Gets a value which defines whether address may be used for mailing. |
| get_PostalCode | Gets a post code |
| get_PostOfficeBox | Gets a post Office box |
| get_Prefered | Gets a value which defines whether postal address is preferred. |
| get_StateOrProvince | Gets a region |
| get_Street | Gets a street |
| GetHashCode (2 overloads) | GetHashCode returns a hash function for this object. |
| set_Address | Sets an address |
| set_Category | Sets an object category |
| set_City | Sets a city |
| set_Country | Sets a country |
| set_CountryCode | Sets a country code |
| set_IsMailingAddress | Sets a value which defines whether address may be used for mailing. |
| set_PostalCode | Sets a post code |
| set_PostOfficeBox | Sets a post Office box |
| set_Prefered | Sets a value which defines whether postal address is preferred. |
| set_StateOrProvince | Sets a region |
| set_Street | Sets a street |
| ToString | Returns a string that represents the current object. |
| operator!= | Determines whether the specified objects are not equal. |
| operator== | Determines whether the specified objects are equal. |