Web.Features-Eigenschaft
Gets a value that specifies the collection of features that are currently activated in the site.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) 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; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Client.FeatureCollection
Returns a FeatureCollection instance representing the collection of features that are currently activated in the site.
Hinweise
It must not be ein Nullverweis (Nothing in Visual Basic).