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


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