This topic has not yet been rated - Rate this topic

VersionControlServer.SetChangesetProperty Method (Int32, String, Byte[])

Sets a PropertyValue object to a Changeset.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public void SetChangesetProperty(
	int changesetId,
	string propertyName,
	byte[] value
)

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.