SiteHealthResult.RuleIsRepairable property
Namespace: Microsoft.SharePoint.Client.SiteHealth
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RuleIsRepairable As Boolean
Get
'Usage
Dim instance As SiteHealthResult
Dim value As Boolean
value = instance.RuleIsRepairable
public bool RuleIsRepairable { get; }
Property value
Type: System.Boolean