Address Class | 
Namespace: DotNetBrowser.UserData
public sealed class Address
The Address type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.
              | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Overrides ObjectEquals(Object).) | |
| GetHashCode | Serves as the default hash function.   (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |