Gets information about the last run of the job.
 
    Namespace: 
   Dundas.BI.Scheduling
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic JobRun? LastRunInfo { get; }Public ReadOnly Property LastRunInfo As JobRun
	Get
public:
property JobRun^ LastRunInfo {
	JobRun^ get ();
}member LastRunInfo : JobRun with get
Property Value
Type: 
JobRunAn object containing information about the last run of the job, or 
 if there are no recorded job runs for the job.
See Also