Share via


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

See Also

Reference

Discount Class

Discount Members

Microsoft.CommerceServer.Marketing Namespace