ITeamFoundationRegistry.GetUserValue Method (String, String)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetUserValue ( _
path As String, _
defaultValue As String _
) As String
string GetUserValue(
string path,
string defaultValue
)
String^ GetUserValue(
String^ path,
String^ defaultValue
)
abstract GetUserValue :
path:string *
defaultValue:string -> string
function GetUserValue(
path : String,
defaultValue : String
) : String
Parameters
- path
Type: System.String
- defaultValue
Type: System.String
Return Value
Type: System.String
.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.