Item Property (NativeOracleObjectBase)
Gets or sets the
OracleAttribute or
OracleArray element by the specified path.
'Declaration
Public Default Property Item( _
ByVal As String _
) As Object
Parameters
- Name
- String that represents a full path to the attribute or the element of the array. Note that it is case-sensitive.
Property Value
An
OracleAttribute or
OracleArray element by the specified path.