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)

Syntax

'Declaration
Public Property IncludeChanges As Boolean
public bool IncludeChanges { get; set; }
public:
property bool IncludeChanges {
    bool get ();
    void set (bool value);
}
member IncludeChanges : bool with get, set
function get IncludeChanges () : boolean 
function set IncludeChanges (value : boolean)

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.

.NET Framework Security

See Also

Reference

QueryHistoryParameters Class

Microsoft.TeamFoundation.VersionControl.Client Namespace