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.
Specifies the expression result.
Namespace: Microsoft.CommerceServer.Runtime.Targeting
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Enumeration ExpressionResult
'Usage
Dim instance As ExpressionEvaluator.ExpressionResult
public enum ExpressionResult
public enum class ExpressionResult
public enum ExpressionResult
Members
Member name | Description | |
---|---|---|
False | The expression evaluated to false | |
True | The expression evaluated to true | |
UndefinedResult | The expression result could not be determined because a referenced profile or profile property did not exist. |
Remarks
An expression result - true, false, or an undefined result.
An enumeration value to indicate the results of an ExpressionEvaluator.