SPRunningJobCollection.Item-Eigenschaft
Ruft das Element am angegebenen Index ab.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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; }
Parameter
index
Typ: System.Int32Der nullbasierte Index des Elements, das aus der Auflistung abgerufen.
Eigenschaftswert
Typ: Microsoft.SharePoint.Administration.SPRunningJob
Der nullbasierte Index des Elements.