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