SPFeatureDefinition.UpgradeReceiverAssembly Property

Gets the solution-relative path of the assembly that contains the UpgradeReceiverClass object.

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 UpgradeReceiverAssembly As String
    Get
'Usage
Dim instance As SPFeatureDefinition
Dim value As String

value = instance.UpgradeReceiverAssembly
public string UpgradeReceiverAssembly { get; }

Property Value

Type: System.String
The solution-relative path of the assembly that contains the UpgradeReceiverClass object.

See Also

Reference

SPFeatureDefinition Class

SPFeatureDefinition Members

Microsoft.SharePoint.Administration Namespace