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


In This Topic
    Acknowledged Property
    In This Topic
    Indicates whether the status of this message has been acknowledged
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Acknowledged As Boolean
    public bool Acknowledged {get;}
    public:
    property bool Acknowledged {
       bool get();
    }
    See Also