Address.PostalCode

Address.PostalCode property

Gets or sets the postal code.

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 PostalCode { get; set; }

Property Value

The postal code.

See Also