NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventLogTraceListener.Name

The name of this trace listener. Defaults to the source name of the event log.

[Visual Basic]
Overridable Public Property Name As String
[C#]
public string Name {override get; override set;}
[C++]
public: __property virtual String* get_Name();
public: __property virtual void set_Name(String*);
[JScript]
public function get Name() : String;
public function set Name(String);

See Also

EventLogTraceListener Class | EventLogTraceListener Members | System.Diagnostics Namespace