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
- propertyName
Type: System.String
- newValue
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.