RunJobOptionsJobRequestor Property  | 
 
            Gets or sets the job requestor.
            
 
    Namespace: 
   Dundas.BI.Scheduling
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic JobRequestor JobRequestor { get; set; }Public Property JobRequestor As JobRequestor
	Get
	Set
public:
property JobRequestor JobRequestor {
	JobRequestor get ();
	void set (JobRequestor value);
}member JobRequestor : JobRequestor with get, set
Property Value
Type: 
JobRequestorThe job requestor.
See Also