Postbox Property

Gets or sets the PostBox.

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

Syntax

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

value = instance.Postbox

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

Property Value

Type: System.String
Gets or sets the PostBox.

See Also

Reference

CustomerAddress Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace