Share via


ExpressionEvaluationDetails.ExpressionValue Property

Definition

Gets or sets value of the expression.

[Newtonsoft.Json.JsonProperty(PropertyName="expressionValue")]
public object ExpressionValue { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="expressionValue")>]
member this.ExpressionValue : obj with get, set
Public Property ExpressionValue As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to