 | LogicalNodeViewModelNextRunInfoAndResult property |
Combined output of NextRunInfo (when is the next run)
and Result (in full length).
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string NextRunInfoAndResult { get; }
Public ReadOnly Property NextRunInfoAndResult As String
Get
public:
property String^ NextRunInfoAndResult {
String^ get ();
}
member NextRunInfoAndResult : string with get
Property value
String
See also