SPJobDefinition.Schedule Property
Gets or sets the schedule of the job definition.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Property Schedule As SPSchedule
Get
Set
Dim instance As SPJobDefinition
Dim value As SPSchedule
value = instance.Schedule
instance.Schedule = value
public SPSchedule Schedule { get; set; }
Property Value
Type: Microsoft.SharePoint.SPSchedule
An SPSchedule object.