IFeatureManifest.UpgradeActionsReceiverAssembly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the fully-qualified name of the assembly that contains the feature event receiver handling custom upgrade actions.
public:
property System::String ^ UpgradeActionsReceiverAssembly { System::String ^ get(); void set(System::String ^ value); };
public string UpgradeActionsReceiverAssembly { get; set; }
member this.UpgradeActionsReceiverAssembly : string with get, set
Public Property UpgradeActionsReceiverAssembly As String
Property Value
A string representing a fully-qualified assembly name.