Share via


ReuseConditionsAsAwards 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 enjoy awards of other discounts.

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

Syntax

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

value = instance.ReuseConditionsAsAwards

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

Property Value

Type: System..::.Boolean
true to indicate that this discount can enjoy awards of other discounts; otherwise, false. The default is false.

Remarks

A value that indicates if conditions of this discount can enjoy awards of other discounts.

Permissions

See Also

Reference

Discount Class

Discount Members

Microsoft.CommerceServer.Marketing Namespace