PostalCode Property

Gets or sets the postal code.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property PostalCode As String
    Get
    Set
'Usage
Dim instance As CustomerData
Dim value As String

value = instance.PostalCode

instance.PostalCode = value
[DataMemberAttribute]
public string PostalCode { get; set; }
[DataMemberAttribute]
public:
property String^ PostalCode {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
The postal code.

See Also

Reference

CustomerData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace