Gets the result of the job run.
 
    Namespace: 
   Dundas.BI.Scheduling
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic JobRunResult Result { get; }Public ReadOnly Property Result As JobRunResult
	Get
public:
property JobRunResult Result {
	JobRunResult get ();
}member Result : JobRunResult with get
Property Value
Type: 
JobRunResult
See Also