Share via


SPRunningJobCollection.Item Property

Gets the element at the specified index.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPRunningJob
    Get
'Usage
Dim instance As SPRunningJobCollection
Dim index As Integer
Dim value As SPRunningJob

value = instance(index)
public SPRunningJob this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32

    The zero-based index of the element to retrieve from the collection.

Property Value

Type: Microsoft.SharePoint.Administration.SPRunningJob
The zero-based index of the element.

See Also

Reference

SPRunningJobCollection Class

SPRunningJobCollection Members

Microsoft.SharePoint.Administration Namespace

Count