Expression Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets a reference to the expression that is evaluated during targeting.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Property Expression As ExpressionRef
'Usage
Dim instance As ExpressionTarget
Dim value As ExpressionRef

value = instance.Expression

instance.Expression = value
public ExpressionRef Expression { get; set; }
public:
property ExpressionRef^ Expression {
    ExpressionRef^ get ();
    void set (ExpressionRef^ value);
}
public function get Expression () : ExpressionRef
public function set Expression (value : ExpressionRef)

Property Value

Type: Microsoft.CommerceServer.Marketing..::.ExpressionRef
An ExpressionRef object that is evaluated during targeting.

Remarks

The Expression is reference to the expression that is used for calculating this target. If the Expression evaluates to true the Action is taken.

Permissions

See Also

Reference

ExpressionTarget Class

ExpressionTarget Members

Microsoft.CommerceServer.Marketing Namespace