Web.Features Property
Gets a value that specifies the collection of features that are currently activated in the site.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Features As FeatureCollection
Get
'Usage
Dim instance As Web
Dim value As FeatureCollection
value = instance.Features
[RemoteAttribute]
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).