dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleObject Class / Item Property / Item(OracleAttribute) Property
An OracleAttribute object.

In This Topic
    Item(OracleAttribute) Property
    In This Topic
    Gets or sets the value of the specified attribute.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal attribute As OracleAttribute _
    ) As Object
    public object Item( 
       OracleAttribute attribute
    ) {get; set;}

    Parameters

    attribute
    An OracleAttribute object.

    Property Value

    The value of the specified attribute.
    Remarks
    The Item property allows retrieving values of the attributes of the OracleObject.
    See Also