ExpressionEvaluationDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Expression evaluation details.
public class ExpressionEvaluationDetails
type ExpressionEvaluationDetails = class
Public Class ExpressionEvaluationDetails
- Inheritance
-
ExpressionEvaluationDetails
Constructors
ExpressionEvaluationDetails(ExpressionEvaluationDetails) |
Initializes a new instance of the ExpressionEvaluationDetails class. |
Properties
Expression |
Gets the expression. |
ExpressionValue |
Gets the expression value. |
Operator |
Gets the operator used to evaluate the expression. |
Path |
Gets the evaluation path. |
Result |
Gets the evaluation result. |
TargetValue |
Gets the target value to be compared. |