dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlAlerterAlertEventArgs Class / Payload Property

On this page
    Payload Property
    On this page
    Gets the notification payload string of the notification signalled.
    Syntax
    'Declaration
     
    Public ReadOnly Property Payload As String
    public string Payload {get;}

    Property Value

    The notification payload string.
    See Also