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.
    See Also