JobCanBeRunByCaller Property |
Gets a value indicating whether the current caller is allowed to run the job.
Namespace: Dundas.BI.SchedulingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool CanBeRunByCaller { get; }Public ReadOnly Property CanBeRunByCaller As Boolean
Get
public:
property bool CanBeRunByCaller {
bool get ();
}member CanBeRunByCaller : bool with get
Property Value
Boolean
See Also