Table of Contents

Class TraceListenerReferenceData

Namespace
Microsoft.Practices.EnterpriseLibrary.Logging.Configuration
Assembly
Microsoft.Practices.EnterpriseLibrary.Logging.dll

Configuration for a reference to named TraceListenerData.

public class TraceListenerReferenceData : NamedConfigurationElement
Inheritance
TraceListenerReferenceData

Constructors

TraceListenerReferenceData()

Initializes a new instance of the TraceListenerReferenceData class with default values.

public TraceListenerReferenceData()

TraceListenerReferenceData(string)

Initializes a new instance of the TraceListenerReferenceData class with a name.

public TraceListenerReferenceData(string name)

Parameters

name string

Name for trace listener.

Properties

Name

Gets or sets the name of the element.

public override string Name { get; set; }

Property Value

string

The name of the element.

Remarks

Overriden in order to annotate with designtime attribute.