The properties associated with events of the given class.

C# | Visual Basic | Managed C++ |
IEnumerable<string> Properties { get; }
ReadOnly Property Properties As IEnumerable(Of String)
property IEnumerable<String^>^ Properties { IEnumerable<String^>^ get (); }