dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleAlerterAlertEventArgs Class / AlertMessage Property

In This Topic
    AlertMessage Property
    In This Topic
    Gets the alert contents.
    Syntax
    'Declaration
     
    Public ReadOnly Property AlertMessage As String
    public string AlertMessage {get;}

    Property Value

    A string that represents the message contents.
    See Also