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 the referenced Expression object.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property Expression As Expression
'Usage
Dim instance As LocalExpressionRef
Dim value As Expression
value = instance.Expression
public Expression Expression { get; }
public:
property Expression^ Expression {
Expression^ get ();
}
public function get Expression () : Expression
Property Value
Type: Microsoft.CommerceServer.Marketing..::.Expression
The referenced Expression object.
Remarks
An Expression is used to specify some condition that must be met. For example, an Expression can be used to specify which items a customer must have in the shopping basket for a discount to apply (Condition Expression). It can also be used to specify which types of customers can receive a discount (Eligibility Requirements) and what the customer will receive as the award of the discount (Award Expression).
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.