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)
Syntax
'Declaration
<ObsoleteAttribute("This property is no longer supported")> _
Public ReadOnly Property Count As Integer
[ObsoleteAttribute("This property is no longer supported")]
public int Count { get; }
[ObsoleteAttribute(L"This property is no longer supported")]
public:
property int Count {
int get ();
}
[<ObsoleteAttribute("This property is no longer supported")>]
member Count : int with get
function get Count () : int
Property Value
Type: System.Int32
The number of check-in items in this SavedCheckin.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.