IntSwissKnifeNodeISwissKnifeNodeIntegerBaseNodeVariables 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

IDictionary<string, IntegerBaseNode> ISwissKnifeNode<IntegerBaseNode>.Variables { get; }

Property Value

Type: IDictionaryString, IntegerBaseNode
Dictionary where the key is the variable name and the value is the node holding the variables value.

Implements

ISwissKnifeNodeTNodeVariables
Remarks

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

Reference