ReuseAwardsAsConditions 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 awards of this discount can be used as conditions of other discounts.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property ReuseAwardsAsConditions As Boolean
'Usage
Dim instance As Discount
Dim value As Boolean
value = instance.ReuseAwardsAsConditions
instance.ReuseAwardsAsConditions = value
public bool ReuseAwardsAsConditions { get; set; }
public:
property bool ReuseAwardsAsConditions {
bool get ();
void set (bool value);
}
public function get ReuseAwardsAsConditions () : boolean
public function set ReuseAwardsAsConditions (value : boolean)
Property Value
Type: System..::.Boolean
true to indicate that this discount can be used as conditions of other discounts; otherwise, false. The default is false.
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.