dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNotificationRequest Class / IsNotifiedOnce Property

In This Topic
    IsNotifiedOnce Property
    In This Topic
    Indicates whether the registration is to be removed upon notification.
    Syntax
    'Declaration
     
    Public Property IsNotifiedOnce As Boolean
    public bool IsNotifiedOnce {get; set;}

    Property Value

    true, if the registration is to be removed upon notification; otherwise, false.
    Remarks
    The default value is true.
    See Also