Address.Town

Address.Town property

Gets or sets the town or city.

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. For this type, it’s mandatory.

public string Town { get; set; }

Property Value

The town or city.

See Also