SPHealthRulesList.GetItem Method

Returns the list item for the specified rule from the Health Rules list if an item for the rule exists.

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

Syntax

'Declaration
Public Function GetItem ( _
    rule As SPHealthAnalysisRule _
) As SPListItem
'Usage
Dim instance As SPHealthRulesList
Dim rule As SPHealthAnalysisRule
Dim returnValue As SPListItem

returnValue = instance.GetItem(rule)
public SPListItem GetItem(
    SPHealthAnalysisRule rule
)

Parameters

Return Value

Type: Microsoft.SharePoint.SPListItem
A list item for the instance of the rule or a null reference (Nothing in Visual Basic) if an item for the rule does not exist.

See Also

Reference

SPHealthRulesList Class

SPHealthRulesList Members

Microsoft.SharePoint.Administration.Health Namespace

GetItem(SPHealthAnalysisRule)