RegistryEntry.GetValue<T> Method

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

Syntax

'Declaration
Public Function GetValue(Of T) As T
public T GetValue<T>()
public:
generic<typename T>
T GetValue()
member GetValue : unit -> 'T 
JScript does not support generic types or methods.

Type Parameters

  • T

Return Value

Type: T
Returns String.

.NET Framework Security

See Also

Reference

RegistryEntry Class

GetValue Overload

Microsoft.TeamFoundation.Framework.Server Namespace