IntSwissKnifeNodeVariables Property

CVB.Net Documentation
Dictionary containing all variables of this node.

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

public NodeDictionary<IntegerBaseNode> Variables { get; }

Property Value

Type: NodeDictionaryIntegerBaseNode
Dictionary where the key is the variable name and the value is the node holding the variables value.
Remarks

The variable names (the key of the dictionary) must consist only of capitalized alphabetical characters.
See Also

Reference