CustomerAddress Class

CustomerAddress class.

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

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute> _
Public Class CustomerAddress _
    Inherits Address
'Usage
Dim instance As CustomerAddress
[SerializableAttribute]
[DataContractAttribute]
public class CustomerAddress : Address
[SerializableAttribute]
[DataContractAttribute]
public ref class CustomerAddress : public Address

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.DataModel.CommerceEntity
    Microsoft.Dynamics.Commerce.Runtime.DataModel.Address
      Microsoft.Dynamics.Commerce.Runtime.DataModel.CustomerAddress
        Microsoft.Dynamics.Commerce.Runtime.DataModel.AddressData

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace