dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePipeMessageCollection Class / Item Property
The zero-based index of the object.

In This Topic
    Item Property (OraclePipeMessageCollection)
    In This Topic
    Gets or sets the OraclePipeMessage at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As OraclePipeMessage
    public OraclePipeMessage this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The zero-based index of the object.

    Property Value

    The OraclePipeMessage at the specified index.
    See Also