This documentation is archived and is not being maintained.
VersionControlServer.SetChangesetProperty Method (Int32, String, Byte())
Visual Studio 2013
Sets a PropertyValue object 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, _ propertyName As String, _ value As Byte() _ )
Parameters
- changesetId
- Type: System.Int32
The changeset ID.
- propertyName
- Type: System.String
The name of the property.
- value
- Type: System.Byte()
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: