JobCanBeReadByCaller Property |
Gets a value indicating whether the current caller is allowed to view the job details.
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 CanBeReadByCaller { get; }
Public ReadOnly Property CanBeReadByCaller As Boolean
Get
public:
property bool CanBeReadByCaller {
bool get ();
}
member CanBeReadByCaller : bool with get
Property Value
Type:
BooleanSee Also