Свойство Web.Features
Gets a value that specifies the collection of features that are currently activated in the site.
Пространство имен: Microsoft.SharePoint.Client
Сборки: 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 Features As FeatureCollection
Get
'Применение
Dim instance As Web
Dim value As FeatureCollection
value = instance.Features
public FeatureCollection Features { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.FeatureCollection
Returns a FeatureCollection instance representing the collection of features that are currently activated in the site.
Замечания
It must not be пустая ссылка (Nothing в Visual Basic).