Address.AddressLine2

Address.AddressLine2 property

Gets or sets the address line 2.

Address line 2 contains postal code and town.

Setting this field sets the address type to CombinedElements unless it’s already Structured, in which case it becomes Conflicting.

This field is only used for combined elements addresses. For this type, it’s mandatory.

public string AddressLine2 { get; set; }

Property Value

The address line 2.

See Also