RegistryEntry.SetValue<T> Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SetValue(Of T) ( _
value As T _
)
public void SetValue<T>(
T value
)
public:
generic<typename T>
void SetValue(
T value
)
member SetValue :
value:'T -> unit
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- value
Type: T
.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.