EvalValue Property

Gets or sets the result of the expression evaluation. Value is cached.

Definition

Namespace: Gemstone.Configuration
Assembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.173 -- Release Build+9c6971f7902b326b418a47df17d77cb315b5e7f4
public Object? Value { get; set; }

Property Value

Object

Remarks

When Value is uninitialized, i.e., null, expression will be evaluated to acquire a result. Further requests will return cached result value. To re-evaluate expression, set Value to null before getting property.

See Also