OfferDisjoint Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the flag indicating whether items used to qualify for the discount (DiscountCondition) can be reused as awards for this discount.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property OfferDisjoint As Boolean
'Usage
Dim instance As Discount
Dim value As Boolean
value = instance.OfferDisjoint
instance.OfferDisjoint = value
public bool OfferDisjoint { get; set; }
public:
property bool OfferDisjoint {
bool get ();
void set (bool value);
}
public function get OfferDisjoint () : boolean
public function set OfferDisjoint (value : boolean)
Property Value
Type: System..::.Boolean
false if items that satisfy the DiscountCondition can be reused as awards for the discount; otherwise, true. The default is false.
Remarks
Returns a flag indicating whether the items used to qualify for the discount can be reused as awards for the discount.
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.