CustomerAddress Constructor (String)

Initializes a new instance of the CustomerAddress class.

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

Syntax

'Declaration
Public Sub New ( _
    className As String _
)
'Usage
Dim className As String

Dim instance As New CustomerAddress(className)
public CustomerAddress(
    string className
)
public:
CustomerAddress(
    String^ className
)

Parameters

See Also

Reference

CustomerAddress Class

CustomerAddress Overload

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace