Address.Street

Address.Street property

Gets or sets the street.

The street must be speicfied without house number.

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

This field is only used for structured addresses and is optional.

public string Street { get; set; }

Property Value

The street.

See Also