dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueue Class / Port Property

In This Topic
    Port Property (OracleQueue)
    In This Topic
    Gets or sets the TCP port, at which notifications are delivered when AsyncNotification is set to true.
    Syntax
    'Declaration
     
    Public Shared Property Port As Integer
    public static int Port {get; set;}

    Property Value

    The TCP port, at which notifications are delivered when AsyncNotification is set to true.
    See Also