EligibilityRequirements Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the collection of references to expressions that indicate to whom a discount applies.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property EligibilityRequirements As ExpressionRefCollection
'Usage
Dim instance As Discount
Dim value As ExpressionRefCollection
value = instance.EligibilityRequirements
public ExpressionRefCollection EligibilityRequirements { get; }
public:
property ExpressionRefCollection^ EligibilityRequirements {
ExpressionRefCollection^ get ();
}
public function get EligibilityRequirements () : ExpressionRefCollection
Property Value
Type: Microsoft.CommerceServer.Marketing..::.ExpressionRefCollection
An ExpressionRefCollection that contains the collection of ExpressionRef objects that indicate to whom this discount applies. The default is an empty collection.
Remarks
The returned collection of expression references indicate to whom a discount applies.
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.