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.
    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