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


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