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 an enumeration of the job history entries for this service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property JobHistoryEntries As IEnumerable(Of SPJobHistory)
Get
'Usage
Dim instance As SPService
Dim value As IEnumerable(Of SPJobHistory)
value = instance.JobHistoryEntries
public IEnumerable<SPJobHistory> JobHistoryEntries { get; }
Type: System.Collections.Generic.IEnumerable<SPJobHistory>
An enumeration of the job history entries.