This documentation is archived and is not being maintained.

QueryHistoryParameters::IncludeChanges Property

Set this property to true if you need for the returned Changeset objects to contain actual Change objects (the manifest of the changeset). By default, this property is false, and the Changeset objects returned will contain only the changeset metadata.

Note that even when this property is set to true, the set of returned Change objects is scoped to the Item/RecursionType pair used to perform the query.

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

public:
property bool IncludeChanges {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True if you need for the returned Changeset objects to contain actual Change objects (the manifest of the changeset); otherwise, False.

Show: