RegistryEntryCollection.Item Property

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.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

Property Value

Type: Microsoft.TeamFoundation.Framework.Client.RegistryEntry
Returns RegistryEntry.

.NET Framework Security

See Also

Reference

RegistryEntryCollection Class

Microsoft.TeamFoundation.Framework.Client Namespace