 | LogicalNodeLoadLogical property |
The last logical state of a node.
For accessing the states of child nodes without
re-initiate the determination of the statuses.
Reduces the processor load.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool? LastLogical { get; set; }
Public Property LastLogical As Boolean?
Get
Set
public:
property Nullable<bool> LastLogical {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member LastLogical : Nullable<bool> with get, set
Property value
NullableBoolean
See also