Usage Property

Gets or sets the Address Type.

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

Syntax

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

value = instance.Usage

instance.Usage = value
[DataMemberAttribute]
public AddressType Usage { get; set; }
[DataMemberAttribute]
public:
property AddressType Usage {
    AddressType get ();
    void set (AddressType value);
}

Property Value

Type: Microsoft.Dynamics.Commerce.Runtime.DataModel.AddressType
Returns AddressType.

See Also

Reference

CustomerAddress Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace