SPFeatureReceiverProperties.Feature property

Gets the feature to which the receiver properties apply.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

SPFeatureReceiverProperties members

Microsoft.SharePoint namespace