This documentation is archived and is not being maintained.
VersionControlServer.SetChangesetProperty Method (Int32, List(Of PropertyValue))
Visual Studio 2013
Sets a list of PropertyValue objects to a Changeset.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration Public Sub SetChangesetProperty ( _ changesetId As Integer, _ propertyValues As List(Of PropertyValue) _ )
Parameters
- changesetId
- Type: System.Int32
A valid changeset ID.
- propertyValues
- Type: System.Collections.Generic.List(Of PropertyValue)
A list of PropertyValue objects.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: