adTempus API
ArcanaDevelopment.adTempus.Client Namespace / LogMessage Class / IsAlert Property


In This Topic
    IsAlert Property
    In This Topic
    Indicates whether this message represents an Alert
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAlert As Boolean
    public bool IsAlert {get;}
    public:
    property bool IsAlert {
       bool get();
    }
    See Also