This documentation is archived and is not being maintained.
VersionControlServer.SetChangesetProperty Method (Int32, String, String)
Visual Studio 2010
Sets a of PropertyValue object to a Changeset.
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public void SetChangesetProperty( int changesetId, string propertyName, string value )
Parameters
- changesetId
- Type: System.Int32
The changeset ID.
- propertyName
- Type: System.String
The name of the property.
- value
- Type: System.String
The value to assign to the property.
- 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: