 | LogicalNodeNextRunInfo property |
Info text about the next start of the node (if known) or null.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic virtual string? NextRunInfo { get; set; }
Public Overridable Property NextRunInfo As String
Get
Set
public:
virtual property String^ NextRunInfo {
String^ get ();
void set (String^ value);
}
abstract NextRunInfo : string with get, set
override NextRunInfo : string with get, set
Property value
String
See also