Class Address
- Namespace
 - DotNetBrowser.UserData
 
- Assembly
 - DotNetBrowser.dll
 
The user's address containing information about a street, city, state, etc.
public sealed class Address
  - Inheritance
 - 
      
      Address
 
- Inherited Members
 
Properties
- City
 Gets the city from the address.
- CountryCode
 Gets the ISO 3166 2-letter country code.
- DependentLocality
 Gets the subdivision of a city, e.g. inner-city district or suburb.
- State
 Gets the name of the state.
- Street
 Gets the whole street name.
- Zip
 Gets the ZIP code entered by the user.