Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the expression reference that identifies what a user receives if he/she qualifies for the discount.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property AwardExpression As ExpressionRef
'Usage
Dim instance As Discount
Dim value As ExpressionRef
value = instance.AwardExpression
instance.AwardExpression = value
public ExpressionRef AwardExpression { get; set; }
public:
property ExpressionRef^ AwardExpression {
ExpressionRef^ get ();
void set (ExpressionRef^ value);
}
public function get AwardExpression () : ExpressionRef
public function set AwardExpression (value : ExpressionRef)
Property Value
Type: Microsoft.CommerceServer.Marketing..::.ExpressionRef
An ExpressionRef that is either a LocalExpressionRef, a GlobalExpressionRef entity, or a AlwaysTrueExpressionRef entity.
Remarks
The default value for AwardExpression is AlwaysTrueExpressionRef
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.