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!

TraceListener.Name

Gets or sets a name for this TraceListener.

[Visual Basic]
Overridable Public Property Name As String
[C#]
public string Name {virtual get; virtual 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);

Property Value

A name for this TraceListener.

Remarks

The name can be used to organize and access listeners in a TraceListeners collection. The default is an empty string ("").

See Also

TraceListener Class | TraceListener Members | System.Diagnostics Namespace | TraceListener | DefaultTraceListener | TextWriterTraceListener | Debug | Trace