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

In This Topic
    EnqueueMessageProperties Property
    In This Topic
    Gets or sets message properties used by default when inserting messages into queues.
    Syntax
    'Declaration
     
    Public Property EnqueueMessageProperties As OracleQueueMessageProperties
    public OracleQueueMessageProperties EnqueueMessageProperties {get; set;}

    Property Value

    Message properties used by default when inserting messages into queues.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also