BooleanNodeValueConfig Property

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

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

public ValueVariant<IntegerBaseNode, long> ValueConfig { get; set; }

Property Value

Type: ValueVariantIntegerBaseNode, Int64
Remarks

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

Set operation is only possible as long as the GevServer is in Configuration

See Also

Reference