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)
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.