ReuseConditionsAsConditions Property

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

Gets or sets the discount interaction policy flag indicating if conditions of this discount can be reused as conditions of other discounts.

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

Syntax

'Declaration
Public Property ReuseConditionsAsConditions As Boolean
'Usage
Dim instance As Discount
Dim value As Boolean

value = instance.ReuseConditionsAsConditions

instance.ReuseConditionsAsConditions = value
public bool ReuseConditionsAsConditions { get; set; }
public:
property bool ReuseConditionsAsConditions {
    bool get ();
    void set (bool value);
}
public function get ReuseConditionsAsConditions () : boolean
public function set ReuseConditionsAsConditions (value : boolean)

Property Value

Type: System..::.Boolean
true if conditions of this discount can be reused as conditions of other discounts; otherwise, false. The default is false.

Remarks

A value that indicates if conditions of this discount can be reused as conditions of other discounts.

Permissions

See Also

Reference

Discount Class

Discount Members

Microsoft.CommerceServer.Marketing Namespace