 | NodeCheckerBaseLoadReturned property |
The last result returned.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool? LastReturned { get; set; }
Public Property LastReturned As Boolean?
Get
Set
public:
property Nullable<bool> LastReturned {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member LastReturned : Nullable<bool> with get, set
Property value
NullableBoolean
See also