This documentation is archived and is not being maintained.
VersionControlServer.SetChangesetProperty Method (Int32, 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)
public void SetChangesetProperty( int changesetId, PropertyValue[] propertyValues )
Parameters
- changesetId
- Type: System.Int32
A valid changeset ID.
- propertyValues
- Type: Microsoft.TeamFoundation.Framework.Client.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: