SPHealthAnalysisRule.Remedy Property

Gets a description of manual steps that an administrator can take to correct the problem detected by the rule.

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

Syntax

Public MustOverride ReadOnly Property Remedy As String
    Get

Dim instance As SPHealthAnalysisRule
Dim value As String

value = instance.Remedy
public abstract string Remedy { get; }

Property Value

Type: System.String
A string that contains the text of the solution for the problem.

Implements

ISPHealthAnalysisRule.Remedy

Remarks

The text that is returned by this property is displayed by a form that is available from the SharePoint Maintenance Manager Reports list when a problem is detected by the rule. The same form also displays the values of the Summary, Explanation, and ErrorLevel properties.

See Also

Reference

SPHealthAnalysisRule Class

SPHealthAnalysisRule Members

Microsoft.SharePoint.Administration.Health Namespace