dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlAlerter Class / AlertNames Property

In This Topic
    AlertNames Property
    In This Topic
    Gets or sets the list of notification names.
    Syntax
    'Declaration
     
    Public Property AlertNames As String
    public string AlertNames {get; set;}

    Property Value

    The comma-delimited list of notification names.
    Remarks
    This property can be changed only when Active is false.
    See Also