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

Item(OracleAttribute) Property
Gets or sets the value of the specified attribute.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal attribute As OracleAttribute _
) As Object
 

Parameters

attribute
An OracleAttribute object.

Property Value

The value of the specified attribute.
Remarks
The Item(OracleAttribute) property allows retrieving values of the attributes of the NativeOracleObject.
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