IFeatureManifest.ReceiverClass Property

Definition

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.

Applies to