Share via


BuildParameter.GetValue<T> Method (String, T)

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Function GetValue(Of T) ( _
    path As String, _
    value As T _
) As T
public T GetValue<T>(
    string path,
    T value
)
public:
generic<typename T>
T GetValue(
    String^ path, 
    T value
)
member GetValue : 
        path:string * 
        value:'T -> 'T 
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

  • value
    Type: T

Return Value

Type: T
Returns IDictionary<TKey, TValue>.

.NET Framework Security

See Also

Reference

BuildParameter Class

GetValue Overload

Microsoft.TeamFoundation.Build.Common Namespace