Share via


ExpressionProperty<T>.Value Property

Definition

Gets or sets the raw value of the expression property.

public T Value { get; protected set; }
member this.Value : 'T with get, set
Public Property Value As T

Property Value

T

The value to return when someone calls GetValue().

Applies to