Compartilhar via


Método VersionControlServer.SetChangesetProperty (Int32, String, Nullable<DateTime>)

Define um objeto de PropertyValue a Changeset.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (em Microsoft.TeamFoundation.VersionControl.Client.dll)

Sintaxe

'Declaração
Public Sub SetChangesetProperty ( _
    changesetId As Integer, _
    propertyName As String, _
    value As Nullable(Of DateTime) _
)
public void SetChangesetProperty(
    int changesetId,
    string propertyName,
    Nullable<DateTime> value
)

Parâmetros

  • changesetId
    Tipo: System.Int32
    O ID do conjunto de alterações.

Segurança do .NET Framework

Consulte também

Referência

VersionControlServer Classe

Sobrecargas SetChangesetProperty

Namespace Microsoft.TeamFoundation.VersionControl.Client