 | TriggerInfoNextRun property |
The next trigger time.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic DateTime NextRun { get; set; }
Public Property NextRun As DateTime
Get
Set
public:
property DateTime NextRun {
DateTime get ();
void set (DateTime value);
}
member NextRun : DateTime with get, set
Property value
DateTime
See also