Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of Features that are currently activated in the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property Features As SPFeatureCollection
Get
'Usage
Dim instance As SPWeb
Dim value As SPFeatureCollection
value = instance.Features
public SPFeatureCollection Features { get; }
Type: Microsoft.SharePoint.SPFeatureCollection
A collection of SPFeature objects that represents the Features currently activated on the website.