The Address type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Address | Initializes a new instance of the Address class |
Properties
Name | Description | |
---|---|---|
![]() | City |
Gets or sets string of City
|
![]() | Country |
Gets or sets string of country code.
|
![]() | State |
Gets or sets string of State
|
![]() | StreetAddress1 |
Gets or sets string of address.
|
![]() | StreetAddress2 |
Gets or sets string of address.
|
![]() | Zip |
Gets or sets string of ZIP
|
See Also