dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleHomeCollection Class / Item(String) Property
The name of Oracle home.

Item(String) Property
Gets an information about Oracle home with the specified home name.
Syntax
'Declaration
 
Public ReadOnly Property Item( _
   ByVal name As String _
) As OracleHome
 

Parameters

name
The name of Oracle home.

Property Value

Oracle home information.
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