UseEligibilityRequirementForTargeting Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value indicating if eligibility requirement may be used for targeting this discount in addition to target groups.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property UseEligibilityRequirementForTargeting As Boolean
'Usage
Dim instance As Discount
Dim value As Boolean
value = instance.UseEligibilityRequirementForTargeting
instance.UseEligibilityRequirementForTargeting = value
public bool UseEligibilityRequirementForTargeting { get; set; }
public:
property bool UseEligibilityRequirementForTargeting {
bool get ();
void set (bool value);
}
public function get UseEligibilityRequirementForTargeting () : boolean
public function set UseEligibilityRequirementForTargeting (value : boolean)
Property Value
Type: System..::.Boolean
true to indicate that eligibility requirement may be used for targeting this discount in addition to target groups; otherwise, false. The default is false.
Remarks
A value that indicates if eligibility requirement may be used for targeting this discount in addition to target groups.
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.