dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueMessageId Structure / Value Property

In This Topic
    Value Property (OracleQueueMessageId)
    In This Topic
    Gets or sets the identification of the message value in the form of array of bytes.
    Syntax
    'Declaration
     
    Public Property Value As Byte()
    public byte[] Value {get; set;}

    Property Value

    The identification of the message value in the form of array of bytes.
    Remarks
    When setting this field one should remember that length of the array has to be equal to 16.
    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