ITeamFoundationRegistry.GetValue Method (String)

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Function GetValue ( _
    path As String _
) As String
string GetValue(
    string path
)
String^ GetValue(
    String^ path
)
abstract GetValue : 
        path:string -> string
function GetValue(
    path : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ITeamFoundationRegistry Interface

GetValue Overload

Microsoft.TeamFoundation.Framework.Client Namespace