Share via


VersionControlServer.SetChangesetProperty, méthode (Int32, String, array<Byte[])

Définit un 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 Byte() _
)
public void SetChangesetProperty(
    int changesetId,
    string propertyName,
    byte[] value
)

Paramètres

  • changesetId
    Type : System.Int32
    ID de l'ensemble de modifications
  • value
    Type : array<System.Byte[]
    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