Compartir a través de


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

Establece un objeto de PropertyValue a Changeset.

Espacio de nombres:  Microsoft.TeamFoundation.VersionControl.Client
Ensamblado:  Microsoft.TeamFoundation.VersionControl.Client (en Microsoft.TeamFoundation.VersionControl.Client.dll)

Sintaxis

'Declaración
Public Sub SetChangesetProperty ( _
    changesetId As Integer, _
    propertyName As String, _
    value As Nullable(Of Double) _
)
public void SetChangesetProperty(
    int changesetId,
    string propertyName,
    Nullable<double> value
)

Parámetros

  • changesetId
    Tipo: System.Int32
    La identificación del conjunto de cambios

Seguridad de .NET Framework

Vea también

Referencia

VersionControlServer Clase

SetChangesetProperty (Sobrecarga)

Microsoft.TeamFoundation.VersionControl.Client (Espacio de nombres)