Gets or sets the name of the event.
[Visual Basic] Public Property EventName As String [C#] public string EventName {get; set;} [C++] public: __property String* get_EventName(); public: __property void set_EventName(String*); [JScript] public function get EventName() : String; public function set EventName(String);
The name of the event.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CodeEventReferenceExpression Class | CodeEventReferenceExpression Members | System.CodeDom Namespace