JobCanBeSavedByCaller Property |
Gets a value indicating whether the current caller is allowed to modify/save 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 CanBeSavedByCaller { get; }
Public ReadOnly Property CanBeSavedByCaller As Boolean
Get
public:
property bool CanBeSavedByCaller {
bool get ();
}
member CanBeSavedByCaller : bool with get
Property Value
Type:
BooleanSee Also