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

In This Topic
    Payload Property
    In This Topic
    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