TraceLoggingService.TraceLoggingSessions Property

Gets a snapshot collection of active trace logging sessions.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property TraceLoggingSessions As TraceLoggingSessionCollection
public TraceLoggingSessionCollection TraceLoggingSessions { get; }
public:
property TraceLoggingSessionCollection^ TraceLoggingSessions {
    TraceLoggingSessionCollection^ get ();
}
member TraceLoggingSessions : TraceLoggingSessionCollection with get
function get TraceLoggingSessions () : TraceLoggingSessionCollection

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.TraceLoggingSessionCollection

.NET Framework Security

See Also

Reference

TraceLoggingService Class

Microsoft.VisualStudio.IntelliTrace Namespace