AddressLine2

SwissAddress.AddressLine2 property

Gets or sets the address line 2. Address line 2 contains postal code and town. 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