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