SPWeb.Features property

Gets the collection of Features that are currently activated in the website.

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

Syntax

'Declaration
Public ReadOnly Property Features As SPFeatureCollection
    Get
'Usage
Dim instance As SPWeb
Dim value As SPFeatureCollection

value = instance.Features
public SPFeatureCollection Features { get; }

Property value

Type: Microsoft.SharePoint.SPFeatureCollection
A collection of SPFeature objects that represents the Features currently activated on the website.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace