Share via


SPRunningJobCollection.Count Property

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

ICollection.Count

Remarks

Use this property to determine the number of elements in the collection object.

See Also

Reference

SPRunningJobCollection Class

SPRunningJobCollection Members

Microsoft.SharePoint.Administration Namespace

Item[Int32]