Share via


SPJobHistory.ServiceId property

Service identifier of the job history entry.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ServiceId As Guid
    Get
'Usage
Dim instance As SPJobHistory
Dim value As Guid

value = instance.ServiceId
public Guid ServiceId { get; }

Property value

Type: System.Guid
A Guid unique identifier of the job history entry.

See also

Reference

SPJobHistory class

SPJobHistory members

Microsoft.SharePoint.Administration namespace