FullAddress Property

Gets or sets FullAddress.

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

Syntax

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

value = instance.FullAddress

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

Property Value

Type: System.String
The FullAddress.

See Also

Reference

CustomerAddress Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace