SPRunningJobCollection.Count property
Gets the number of SPRunningJob elements in this collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Count As Integer
Get
'Usage
Dim instance As SPRunningJobCollection
Dim value As Integer
value = instance.Count
public override int Count { get; }
Property value
Type: System.Int32
Represents the number of running jobs.
Implements
Remarks
Use this property to determine the number of elements in the collection object.
See also
Reference
SPRunningJobCollection members