SPRunningJobCollection.Item property
Gets the element at the specified index.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As SPRunningJob
Get
'Usage
Dim instance As SPRunningJobCollection
Dim index As Integer
Dim value As SPRunningJob
value = instance.Item(index)
public SPRunningJob this[
int index
] { get; }
Parameters
index
Type: System.Int32The 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 members