 | NodeConnectorNextRun property |
Time of the next start of the node (if known) or DateTime.MinValue.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic override DateTime NextRun { get; }
Public Overrides ReadOnly Property NextRun As DateTime
Get
public:
virtual property DateTime NextRun {
DateTime get () override;
}
abstract NextRun : DateTime with get
override NextRun : DateTime with get
Property value
DateTime
See also