 | LogicalNodeViewModelNextRunInfo property |
Info text about the next start of the node (if known) or null.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string NextRunInfo { get; }
Public ReadOnly Property NextRunInfo As String
Get
public:
property String^ NextRunInfo {
String^ get ();
}
member NextRunInfo : string with get
Property value
String
See also