CustomerType Property

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Gets or sets the customer type.

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

Syntax

'Declaration
<ColumnAttribute("INSTANCERELATIONTYPE")> _
<IgnoreDataMemberAttribute> _
Public Property CustomerType As CustomerType
    Get
    Set
'Usage
Dim instance As Customer
Dim value As CustomerType

value = instance.CustomerType

instance.CustomerType = value
[ColumnAttribute("INSTANCERELATIONTYPE")]
[IgnoreDataMemberAttribute]
public CustomerType CustomerType { get; set; }
[ColumnAttribute(L"INSTANCERELATIONTYPE")]
[IgnoreDataMemberAttribute]
public:
property CustomerType CustomerType {
    CustomerType get ();
    void set (CustomerType value);
}

Property Value

Type: Microsoft.Dynamics.Commerce.Runtime.DataModel.CustomerType
The type of the customer.

See Also

Reference

Customer Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace