Share via


SPSiteHealthChecker.Rules property

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

Syntax

'Declaration
Public Property Rules As List(Of SPSiteHealthRule)
    Get
    Private Set
'Usage
Dim instance As SPSiteHealthChecker
Dim value As List(Of SPSiteHealthRule)

value = instance.Rules
public List<SPSiteHealthRule> Rules { get; private set; }

Property value

Type: System.Collections.Generic.List<SPSiteHealthRule>

See also

Reference

SPSiteHealthChecker class

SPSiteHealthChecker members

Microsoft.SharePoint.Administration.SiteHealth namespace