dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueMessage Class / ObjectPayload Property

In This Topic
    ObjectPayload Property
    In This Topic
    Gets or sets payload of object type for object type queues.
    Syntax
    'Declaration
     
    Public Property ObjectPayload As OracleObject
    public OracleObject ObjectPayload {get; set;}

    Property Value

    Message payload of object type for object type queues.
    Remarks
    This property cannot be set if either RawPayload, XmlPayload, or StringPayload property is set.
    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