Share via


SPHealthAnalysisRuleAutomaticExecutionParameters.Schedule property

Gets or sets the default schedule for running the rule through the timer service.

Namespace:  Microsoft.SharePoint.Administration.Health
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Schedule As SPHealthCheckSchedule
    Get
    Set
'Usage
Dim instance As SPHealthAnalysisRuleAutomaticExecutionParameters
Dim value As SPHealthCheckSchedule

value = instance.Schedule

instance.Schedule = value
public SPHealthCheckSchedule Schedule { get; set; }

Property value

Type: Microsoft.SharePoint.Administration.Health.SPHealthCheckSchedule
An enumeration value that defines the default schedule for running your rule through the timer service.

Remarks

The schedule may later be changed by the farm administrator.

See also

Reference

SPHealthAnalysisRuleAutomaticExecutionParameters class

SPHealthAnalysisRuleAutomaticExecutionParameters members

Microsoft.SharePoint.Administration.Health namespace