 | LogicalNodeLogical property |
The logical state of a node; this is ultimately what the
entire processing.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic abstract bool? Logical { get; set; }
Public MustOverride Property Logical As Boolean?
Get
Set
public:
virtual property Nullable<bool> Logical {
Nullable<bool> get () abstract;
void set (Nullable<bool> value) abstract;
}
abstract Logical : Nullable<bool> with get, set
Property value
NullableBoolean
See also