Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of SPRunningJob elements in this collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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