Share via


ExpressionEvaluator.ExprCount Property (PIA)

The ExprCount property is a read-only Integer that indicates the number of expressions that are correctly pre-compiled and loaded into the expression cache. Expressions that contain syntactic errors will fail to pre-compile correctly.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Targeting
…
Public Property ExprCount As Integer

[C#]

using Microsoft.CommerceServer.Interop.Targeting;
…
public int ExprCount {get;}

Property Value

The number of expressions loaded in the expression store.

Exceptions

This property may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: exprarchlib (in exprarchlib.dll)

See Also

ExpressionEvaluatorClass

ExpressionEvaluator.FlushAll

ExpressionEvaluator.FlushExpr

ExpressionEvaluator.LoadAll

ExpressionEvaluator.LoadExpr

Copyright © 2005 Microsoft Corporation.
All rights reserved.