Click or drag to resize

Address Class

The user's address containing information about a street, city, state, etc.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.UserDataAddress

Namespace:  DotNetBrowser.UserData
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class Address

The Address type exposes the following members.

Properties
  NameDescription
Public propertyCity
Gets the city from the address.
Public propertyCountryCode
Gets the ISO 3166 2-letter country code.
Public propertyDependentLocality
Gets the subdivision of a city, e.g. inner-city district or suburb.
Public propertyState
Gets the name of the state.
Public propertyStreet
Gets the whole street name.
Public propertyZip
Gets the ZIP code entered by the user.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also