Share via


BuildParameter.SetValue<T> Method

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

Syntax

'Declaration
Public Sub SetValue(Of T) ( _
    propertyName As String, _
    newValue As T _
)
public void SetValue<T>(
    string propertyName,
    T newValue
)
public:
generic<typename T>
void SetValue(
    String^ propertyName, 
    T newValue
)
member SetValue : 
        propertyName:string * 
        newValue:'T -> unit
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

  • newValue
    Type: T

.NET Framework Security

See Also

Reference

BuildParameter Class

Microsoft.TeamFoundation.Build.Common Namespace