Type Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the type of this Customer.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Property Type As CustomerType
'Usage
Dim instance As Customer
Dim value As CustomerType

value = instance.Type

instance.Type = value
public CustomerType Type { get; set; }
public:
property CustomerType Type {
    CustomerType get ();
    void set (CustomerType value);
}
public function get Type () : CustomerType
public function set Type (value : CustomerType)

Property Value

Type: Microsoft.CommerceServer.Marketing..::.CustomerType
The type of the customer.

Remarks

The CustomerType enumeration value specifies the type of customer: Advertiser, Agency or Self.

Permissions

See Also

Reference

Customer Class

Customer Members

Microsoft.CommerceServer.Marketing Namespace