TraceSource::Listeners Property
.NET Framework (current version)
Gets the collection of trace listeners for the trace source.
Assembly: System (in System.dll)
public: property TraceListenerCollection^ Listeners { [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] TraceListenerCollection^ get(); }
Property Value
Type: System.Diagnostics::TraceListenerCollection^A TraceListenerCollection that contains the active trace listeners associated with the source.
Use this property to access and perform operations on the trace listeners.
SecurityPermission
for operating with unmanaged code. Demand value: LinkDemand; Associated enumeration: SecurityPermissionFlag::UnmanagedCode.
.NET Framework
Available since 2.0
Available since 2.0
Show: