Свойство SiteHealthSummary.Results
Пространство имен: Microsoft.SharePoint.Client.SiteHealth
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property Results As IList(Of SiteHealthResult)
Get
'Применение
Dim instance As SiteHealthSummary
Dim value As IList(Of SiteHealthResult)
value = instance.Results
public IList<SiteHealthResult> Results { get; }
Значение свойства
Тип: System.Collections.Generic.IList<SiteHealthResult>