dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAgent Class / Address Property

In This Topic
    Address Property
    In This Topic
    Gets or sets protocol-specific address of the recipient. If the protocol is zero, the address is of the form [schema.]queue[@dblink].
    Syntax
    'Declaration
     
    Public Property Address As String
    public string Address {get; set;}

    Property Value

    The address of the recipient.
    See Also