Address.AddressLine1

Address.AddressLine1 property

Gets or sets the address line 1.

Address line 1 contains street name, house number or P.O. box.

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 and is optional.

public string AddressLine1 { get; set; }

Property Value

The address line 1.

See Also