Sdílet prostřednictvím


WizardType Property

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

See Also

Reference

Discount Class

Discount Members

Microsoft.CommerceServer.Marketing Namespace