Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the feature definition 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 Property Definition As SPFeatureDefinition
Get
Friend Set
'Usage
Dim instance As SPFeatureReceiverProperties
Dim value As SPFeatureDefinition
value = instance.Definition
public SPFeatureDefinition Definition { get; internal set; }
Property Value
Type: Microsoft.SharePoint.Administration.SPFeatureDefinition
An SPFeatureDefinition object that represents the definition.
See Also
Reference
SPFeatureReceiverProperties Class