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

In This Topic
    StringPayload Property
    In This Topic
    Gets or sets string representation of payload of RAW type for RAW queues.
    Syntax
    'Declaration
     
    Public Property StringPayload As String
    public string StringPayload {get; set;}

    Property Value

    String representation of message payload of RAW type for RAW queues.
    Remarks
    This property and ObjectPayload property cannot be both set at the same time.
    See Also