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.
Evaluation details of policy language expressions.
public class ExpressionEvaluationDetails
type ExpressionEvaluationDetails = class
Public Class ExpressionEvaluationDetails
- Inheritance
-
ExpressionEvaluationDetails
Properties
Expression |
Expression evaluated. |
ExpressionKind |
The kind of expression that was evaluated. |
ExpressionValue |
Value of the expression. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Operator |
Operator to compare the expression value and the target value. |
Path |
Property path if the expression is a field or an alias. |
Result |
Evaluation result. |
TargetValue |
Target value to be compared with the expression value. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|