SiteHealthSummary.Results property

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

Syntax

'Declaration
Public ReadOnly Property Results As IList(Of SiteHealthResult)
    Get
'Usage
Dim instance As SiteHealthSummary
Dim value As IList(Of SiteHealthResult)

value = instance.Results
public IList<SiteHealthResult> Results { get; }

Property value

Type: System.Collections.Generic.IList<SiteHealthResult>

See also

Reference

SiteHealthSummary class

SiteHealthSummary members

Microsoft.SharePoint.Client.SiteHealth namespace