SPHealthAnalyzer.ParseSchedule method

Returns the health check schedule with the specified display name.

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

Syntax

'Declaration
Public Shared Function ParseSchedule ( _
    schedule As String _
) As SPHealthCheckSchedule
'Usage
Dim schedule As String
Dim returnValue As SPHealthCheckSchedule

returnValue = SPHealthAnalyzer.ParseSchedule(schedule)
public static SPHealthCheckSchedule ParseSchedule(
    string schedule
)

Parameters

  • schedule
    Type: System.String

    The localized display name for a health check schedule.

Return value

Type: Microsoft.SharePoint.Administration.Health.SPHealthCheckSchedule
An enumeration value that specifies a schedule.

See also

Reference

SPHealthAnalyzer class

SPHealthAnalyzer members

Microsoft.SharePoint.Administration.Health namespace