Share via


VersionControlServer.SetChangesetProperty, méthode (Int32, String, String)

Définit a d'objet PropertyValue à Changeset.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Client
Assembly :  Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntaxe

'Déclaration
Public Sub SetChangesetProperty ( _
    changesetId As Integer, _
    propertyName As String, _
    value As String _
)
public void SetChangesetProperty(
    int changesetId,
    string propertyName,
    string value
)

Paramètres

  • changesetId
    Type : System.Int32
    ID de l'ensemble de modifications
  • value
    Type : System.String
    Valeur à assigner à la propriété.

Sécurité .NET Framework

Voir aussi

Référence

VersionControlServer Classe

SetChangesetProperty, surcharge

Microsoft.TeamFoundation.VersionControl.Client, espace de noms