Share via


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)

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