 | LogicalNodeCanTreeStart property |
Indicates whether a (partial) tree can be started, i.e. that a
node with children all its children can be started (recursively)
or in the case of an end node (checker) without children this can be started itself.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool CanTreeStart { get; }
Public ReadOnly Property CanTreeStart As Boolean
Get
public:
property bool CanTreeStart {
bool get ();
}
member CanTreeStart : bool with get
Property value
Boolean
See also