Gets the duration 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 TimeSpan Duration { get; }Public ReadOnly Property Duration As TimeSpan
	Get
public:
property TimeSpan Duration {
	TimeSpan get ();
}member Duration : TimeSpan with get
Property Value
Type: 
TimeSpanThe duration of the job run.
See Also