Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
    path As String _
) As RegistryEntry
public RegistryEntry this[
    string path
] { get; }
public:
property RegistryEntry^ Item[String^ path] {
    RegistryEntry^ get (String^ path);
}
member Item : 
        path:string -> RegistryEntry with get
JScript does not support indexed properties.
Parameters
- path
 Type: System.String
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.RegistryEntry
Returns RegistryEntry.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.