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


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