Share via


BuildParameter.GetValue<T> Method (String)

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 _
) As T
public T GetValue<T>(
    string path
)
public:
generic<typename T>
T GetValue(
    String^ path
)
member GetValue : 
        path:string -> 'T 
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

Return Value

Type: T
Returns IDictionary<TKey, TValue>.

.NET Framework Security

See Also

Reference

BuildParameter Class

GetValue Overload

Microsoft.TeamFoundation.Build.Common Namespace