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