dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueMessageProperties Class / Priority Property

In This Topic
    Priority Property
    In This Topic
    Specifies the priority of the message. A smaller number indicates higher priority. The priority can be any number, including negative numbers. Default is 1.
    Syntax
    'Declaration
     
    Public Property Priority As Integer
    public int Priority {get; set;}

    Property Value

    The priority of the message.
    See Also