Share via


SavedCheckin.Count Property

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)

Syntax

'Declaration
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int
function get Count () : int

Property Value

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

.NET Framework Security

See Also

Reference

SavedCheckin Class

Microsoft.TeamFoundation.VersionControl.Client Namespace