SPTimerJobUsageEntry.ServiceId property
Gets or sets a value that uniquely identifies the SPService instance that is associated with the timer job.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ServiceId As Guid
Get
Set
'Usage
Dim instance As SPTimerJobUsageEntry
Dim value As Guid
value = instance.ServiceId
instance.ServiceId = value
public Guid ServiceId { get; set; }
Property value
Type: System.Guid
Returns a Guid value.