Share via


SPJobHistory.ServerId Property

Server identifier of the job history entry.

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

Syntax

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

value = instance.ServerId
public Guid ServerId { 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