IConfigurableIntegerNodeValueConfig Property

CVB.Net Documentation
Gets and sets the value configuration of this integer node.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

ValueVariant<IConfigurableIntegerBaseNode, long> ValueConfig { get; set; }

Property Value

Type: ValueVariantIConfigurableIntegerBaseNode, Int64
Remarks

This defines whether this integer stores the value or the value is referenced to another node.

Set operation is only possible as long as the GevServer is in ConfigurationState.

See Also

Reference