Share via


SPWeb.Features Property

Gets the collection of Features that are currently activated in the Web site.

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

Syntax

Public ReadOnly Property Features As SPFeatureCollection
    Get

Dim instance As SPWeb
Dim value As SPFeatureCollection

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

Property Value

Type: Microsoft.SharePoint.SPFeatureCollection
An SPFeatureCollection object that represents the Features.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace