Site.Features property
Gets a value that specifies the collection of the site collection features for the site collection that contains 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 Site
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 the site collection features for the site collection that contains the site.