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


In This Topic
    CustomTask Property
    In This Topic
    Returns the object as a CustomTask
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CustomTask As CustomTask
    public CustomTask CustomTask {get;}
    public:
    property CustomTask^ CustomTask {
       CustomTask^ get();
    }
    Remarks
    If IsCustomTask is true this property returns the object cast as a CustomTask. Otherwise it returns a null reference (Nothing in Visual Basic).
    See Also