Condividi tramite


Metodo VersionControlServer.SetChangesetProperty (Int32, String, Nullable<DateTime>)

Imposta un oggetto PropertyValue in Changeset.

Spazio dei nomi:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Sintassi

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

Parametri

  • changesetId
    Tipo: System.Int32
    ID dell'insieme di modifiche

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VersionControlServer Classe

Overload SetChangesetProperty

Spazio dei nomi Microsoft.TeamFoundation.VersionControl.Client