Share via


MarketingExpressionEvaluator Property

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

Gets the instance of ExpressionEvaluator that has been configured to load expressions from the new Marketing System expression store.

Namespace:  Microsoft.CommerceServer.Runtime.Targeting
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Shared ReadOnly Property MarketingExpressionEvaluator As ExpressionEvaluator
'Usage
Dim value As ExpressionEvaluator

value = CommerceExpressionModule.MarketingExpressionEvaluator
public static ExpressionEvaluator MarketingExpressionEvaluator { get; }
public:
static property ExpressionEvaluator^ MarketingExpressionEvaluator {
    ExpressionEvaluator^ get ();
}
public static function get MarketingExpressionEvaluator () : ExpressionEvaluator

Property Value

Type: Microsoft.CommerceServer.Runtime.Targeting..::.ExpressionEvaluator
The ExpressionEvaluator that has been configured to load expressions from the Marketing System expression store.

Remarks

Creates the instance of ExpressionEvaluator on first access. This property has a dependency on the existence of the Marketing resource. If the resource doesn't exist, then nullNothingnullptra null reference (Nothing in Visual Basic) is returned.

Permissions

See Also

Reference

CommerceExpressionModule Class

CommerceExpressionModule Members

Microsoft.CommerceServer.Runtime.Targeting Namespace