This documentation is archived and is not being maintained.

SavedCheckin::Count Property

Note: This API is now obsolete.

Gets the number of check-in items in this SavedCheckin.

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

[ObsoleteAttribute(L"This property is no longer supported")]
public:
property int Count {
	int get ();
}

Property Value

Type: System::Int32
The number of check-in items in this SavedCheckin.

Show: