This documentation is archived and is not being maintained.

Workstation::PagedCheckinMaterializationCap Property

Gets the maximum size of a pending change collection that will be materialized into memory to support check-in policy evaluation, or LastSavedCheckin checkstate storage.

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

public:
property int PagedCheckinMaterializationCap {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The maximum size of a pending change collection.

Show: