Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.