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

In This Topic
    Item(String) Property
    In This Topic
    Gets an information about Oracle home with the specified home name.
    Syntax
    'Declaration
     
    Public ReadOnly Property Item( _
       ByVal name As String _
    ) As OracleHome
    public OracleHome Item( 
       string name
    ) {get;}

    Parameters

    name
    The name of Oracle home.

    Property Value

    Oracle home information.
    See Also