value property

V? get value

The value of this CollectiveValue

Implementation

V? get value;
set value (V? value)

Sets the value of this CollectiveValue

Implementation

set value(V? value);