_EventInfo.Attributes Property

Definition

Provides COM objects with version-independent access to the Attributes property.

public:
 property System::Reflection::EventAttributes Attributes { System::Reflection::EventAttributes get(); };
public System.Reflection.EventAttributes Attributes { get; }
member this.Attributes : System.Reflection.EventAttributes
Public ReadOnly Property Attributes As EventAttributes

Property Value

The read-only attributes for this event.

Remarks

This method is for access to managed classes from unmanaged code and should not be called from managed code.

The Attributes property gets the attributes for this event.

Applies to