Address.Type

Address.Type property

Gets the address type.

The address type is automatically set by either setting street / house number or address line 1 and 2. Before setting the fields, the address type is Undetermined. If fields of both types are set, the address type becomes Conflicting.

public AddressType Type { get; }

Property Value

The address type.

See Also