Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function GetValue(Of T) ( _
    defaultValue As T _
) As T
public T GetValue<T>(
    T defaultValue
)
public:
generic<typename T>
T GetValue(
    T defaultValue
)
member GetValue : 
        defaultValue:'T -> 'T 
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- defaultValue
 Type: T
Return Value
Type: T
Returns 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.