 | NodeCheckerBaseIsGlobal property |
If true, this node is created as a reference node if anywhere in the tree
(not only in the current job) the name of the node has already been found.
If false, the system only searches for nodes with the same name in the current job.
Default: false.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool IsGlobal { get; set; }
Public Property IsGlobal As Boolean
Get
Set
public:
property bool IsGlobal {
bool get ();
void set (bool value);
}
member IsGlobal : bool with get, set
Property value
Boolean
See also