Partager via


BuildParameter.SetValue<T>, méthode

Espace de noms :  Microsoft.TeamFoundation.Build.Common
Assembly :  Microsoft.TeamFoundation.Build.Common (dans Microsoft.TeamFoundation.Build.Common.dll)

Syntaxe

'Déclaration
Public Sub SetValue(Of T) ( _
    propertyName As String, _
    newValue As T _
)
public void SetValue<T>(
    string propertyName,
    T newValue
)

Paramètres de type

  • T

Paramètres

  • newValue
    Type : T

Sécurité .NET Framework

Voir aussi

Référence

BuildParameter Classe

Microsoft.TeamFoundation.Build.Common, espace de noms