dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / Options Property

In This Topic
    Options Property (OracleQueueAdmin)
    In This Topic
    Gets or sets queue options used for its creation.
    Syntax
    'Declaration
     
    Public Property Options As OracleQueueOptions
    public OracleQueueOptions Options {get; set;}

    Property Value

    Queue options used for its creation.
    Remarks
    For existing queue this property is set implicitly when calling ReadQueueProperties method.
    See Also