Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TraceListener.Name Property

 

Gets or sets a name for this TraceListener.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public virtual string Name { get; set; }

Property Value

Type: System.String

A name for this TraceListener. The default is an empty string ("").

The name can be used to organize and access listeners in a TraceListenerCollection collection.

.NET Framework
Available since 1.1
Return to top
Show: