dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePipeMessage Class / Value Property

In This Topic
    Value Property (OraclePipeMessage)
    In This Topic
    Gets or sets the value of the OraclePipeMessage.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Object
    public object Value {get;}

    Property Value

    An System.Object that is the value of the OraclePipeMessage. The default value is null.
    See Also