dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleAlerter Class / AlertName Property

In This Topic
    AlertName Property (OracleAlerter)
    In This Topic
    Gets or sets name of the alerts on the server.
    Syntax
    'Declaration
     
    Public Property AlertName As String
    public string AlertName {get; set;}

    Property Value

    The name of the alerts to watch for. This name is also used for sending alerts.
    Remarks
    You cannot change this property while OracleAlerter is active (started or waiting).
    See Also