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


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