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).
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also