AnalyticsJobBase.JobScheduleDisabled property
Gets or sets a Boolean value to enable or disable analysis job scheduling.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property JobScheduleDisabled As Boolean
Get
Set
'Usage
Dim instance As AnalyticsJobBase
Dim value As Boolean
value = instance.JobScheduleDisabled
instance.JobScheduleDisabled = value
public bool JobScheduleDisabled { get; set; }
Property value
Type: System.Boolean