CommandNodeIConfigurableCommandNodeValueConfig Property

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

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

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

Property Value

Type: ValueVariantIConfigurableIntegerBaseNode, Int64

Implements

IConfigurableCommandNodeValueConfig
Remarks

This defines whether this command 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