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 wizard type of this discount.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property WizardType As Integer
'Usage
Dim instance As Discount
Dim value As Integer
value = instance.WizardType
instance.WizardType = value
public int WizardType { get; set; }
public:
property int WizardType {
int get ();
void set (int value);
}
public function get WizardType () : int
public function set WizardType (value : int)
Property Value
Type: System..::.Int32
A value indicating the wizard type of this discount. The default value is 0.
Remarks
The WizardType usage is purely application defined - no validation is performed on its value.
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.