|
BooleanExpressionItem Property
|
Gets the variable identified by the given identifier.
Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxfunction get_Item(identifier);
View SourceParameters
- identifier String
- The identifier used to refer to the variable.
Return Value
BooleanExpressionVariableThe variable identified by the given identifier.
See Also