Share via


BuildParameter.GetValue<T> Method

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.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 IDictionary<TKey, TValue>.

.NET Framework Security

See Also

Reference

BuildParameter Class

GetValue Overload

Microsoft.TeamFoundation.Build.Common Namespace