Address Property

Gets or sets the address.

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

Syntax

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

value = instance.Address

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

Property Value

Type: System.String
The address.

See Also

Reference

CustomerData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace