Share via


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
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 Site
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 the site collection features for the site collection that contains the site.

See Also

Reference

Site Class

Site Members

Microsoft.SharePoint.Client Namespace