Share via


SPSiteHealthRule.RegexExclusionFilters property

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

Syntax

'Declaration
Protected Property RegexExclusionFilters As List(Of Regex)
    Get
    Private Set
'Usage
Dim value As List(Of Regex)

value = Me.RegexExclusionFilters
protected List<Regex> RegexExclusionFilters { get; private set; }

Property value

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

See also

Reference

SPSiteHealthRule class

SPSiteHealthRule members

Microsoft.SharePoint.Administration.SiteHealth namespace