SPFeatureReceiverProperties.Feature Property
Gets the feature to which the receiver properties apply.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Feature As SPFeature
Get
'Usage
Dim instance As SPFeatureReceiverProperties
Dim value As SPFeature
value = instance.Feature
public SPFeature Feature { get; }
Property Value
Type: Microsoft.SharePoint.SPFeature
An SPFeature object that represents the feature.
See Also
Reference
SPFeatureReceiverProperties Class