Share via


CommerceExpressionModule.ExpressionEvaluator Property (BCL)

The ExpressionEvaluator property is a read-only ExpressionEvaluator that gets the single instance of the ExpressionEvaluator object for use on the site.

Definition

[Visual Basic .NET]

Public ReadOnly Property ExpressionEvaluator As ExpressionEvaluator

[C#]

public ExpressionEvaluator ExpressionEvaluator{get;} 

Property Value

The single instance of the ExpressionEvaluator object for use on the site.

Remarks

Creates the instance of ExpressionEvaluator on first access. The value will be null if the CommerceContentSelectionModule is not configured in the web.config file. ASP.NET pages should reference this through the CommerceContext.Current.TargetingSystem.ExpressionEvaluator property.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.