IFeatureManifest.ReceiverClass 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 class name of the event receiver for the feature.
public:
property System::String ^ ReceiverClass { System::String ^ get(); void set(System::String ^ value); };
public string ReceiverClass { get; set; }
member this.ReceiverClass : string with get, set
Public Property ReceiverClass As String
Property Value
A string representing the event receiver class name.