SPFeatureDefinition.UpgradeReceiverClass Property
Gets the name of the class implementing the feature's upgrade callbacks.
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 UpgradeReceiverClass As String
Get
'Usage
Dim instance As SPFeatureDefinition
Dim value As String
value = instance.UpgradeReceiverClass
public string UpgradeReceiverClass { get; }
Property Value
Type: System.String
Returns the name of the class implementing the feature's upgrade callbacks.