Address Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a customer or partner's address.
public sealed class Address
type Address = class
Public NotInheritable Class Address
- Inheritance
-
Address
Constructors
Address() |
Properties
AddressLine1 |
Gets or sets the first address line. |
AddressLine2 |
Gets or sets the second address line. |
City |
Gets or sets the city. |
Country |
Gets or sets the Country in ISO country code format. |
FirstName |
Gets or sets the first name. |
LastName |
Gets or sets the last name. |
MiddleName |
Gets or sets the middle name. |
PhoneNumber |
Gets or sets the phone. |
PostalCode |
Gets or sets the postal code. |
Region |
Gets or sets the region. |
State |
Gets or sets the state. |