ContentDeploymentJob.TimerJobDefinitionId Property
Gets or sets the timer service GUID for the SPJobDefinition object that is associated with this ContentDeploymentJob object.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property TimerJobDefinitionId As Guid
Get
Private Set
'Usage
Dim instance As ContentDeploymentJob
Dim value As Guid
value = instance.TimerJobDefinitionId
public Guid TimerJobDefinitionId { get; private set; }
Property Value
Type: System.Guid
The timer service GUID for the SPJobDefinition.