adTempus API
ArcanaDevelopment.adTempus.Client.ReportingHelpers Namespace / TaskSubClasses Class / IsJobExecutionTask Property


In This Topic
    IsJobExecutionTask Property
    In This Topic
    Indicates whether this object is a JobExecutionTask
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsJobExecutionTask As Boolean
    public bool IsJobExecutionTask {get;}
    public:
    property bool IsJobExecutionTask {
       bool get();
    }
    See Also