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 fully qualified, case-sensitive name of the class that handles events for this Feature.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property ReceiverClass As String
Get
'Usage
Dim instance As SPFeatureDefinition
Dim value As String
value = instance.ReceiverClass
public string ReceiverClass { get; }
Property Value
Type: System.String
A string containing the name of the class, for example, Microsoft.SharePoint.WikiWelcome.
Remarks
State-change callbacks for features might include items such as updating the type of context, or adding a field.
See Also
Reference
Microsoft.SharePoint.Administration Namespace
Other Resources
Feature Event Receiver