Table of Contents

Class Address.Builder

Namespace
DotNetBrowser.UserData
Assembly
DotNetBrowser.dll

A builder for the Address class.

public sealed class Address.Builder
Inheritance
Address.Builder
Inherited Members

Properties

City

Gets or sets the city from the address.

CountryCode

Gets or sets the ISO 3166 country code.

DependentLocality

Gets or sets the subdivision of a city, e.g. inner-city district or suburb.

State

Gets or sets the name of the state.

Street

Gets or sets the whole street name.

Zip

Gets or sets the ZIP code entered by the user.

Methods

Build()

Builds a new Address instance.