This documentation is archived and is not being maintained.

VersionControlServer::GetChangesetProperty Method (Int32, String)

Gets the property value of a Changeset specified by Changeset ID and property name filter.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
ArtifactPropertyValue^ GetChangesetProperty(
	int changesetId, 
	String^ propertyNameFilter
)

Parameters

changesetId
Type: System::Int32

The Changeset ID.

propertyNameFilter
Type: System::String

The property name filter.

Return Value

Type: Microsoft.TeamFoundation.Framework.Client::ArtifactPropertyValue
An ArtifactPropertyValue object, which contains the property value. Null if the property does not exist on the Changeset.

Show: