Web.Features property
Gets a value that specifies the collection of features that are currently activated in the site.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Features As FeatureCollection
Get
'Usage
Dim instance As Web
Dim value As FeatureCollection
value = instance.Features
public FeatureCollection Features { get; }
Property value
Type: Microsoft.SharePoint.Client.FeatureCollection
Returns a FeatureCollection instance representing the collection of features that are currently activated in the site.
Remarks
It must not be a null reference (Nothing in Visual Basic).