 | LogicalNodeIsSnapshotDummy property |
With True, this node is only used for display and does not allow any other functions.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool IsSnapshotDummy { get; set; }
Public Property IsSnapshotDummy As Boolean
Get
Set
public:
property bool IsSnapshotDummy {
bool get ();
void set (bool value);
}
member IsSnapshotDummy : bool with get, set
Property value
Boolean
See also