value property

dynamic value
getter/setter pair

If this is a constant expressions, the constant interpreter will compute the value and assign to this property, otherwise, this peoperty is null.

Implementation

dynamic value;