 | LogicalNodeViewModelNextRun property |
Time of the next start of the node (if known) or DateTime.MinValue.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic DateTime NextRun { get; }
Public ReadOnly Property NextRun As DateTime
Get
public:
property DateTime NextRun {
DateTime get ();
}
member NextRun : DateTime with get
Property value
DateTime
See also