Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.