TraceManager::Item Property

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Tracing
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
virtual property TraceSource^ default[String^ name] {
	TraceSource^ get (String^ name) sealed;
}

Parameters

name
Type: System::String

Property Value

Type: System.Diagnostics::TraceSource
Returns TraceSource.

Implements

ITraceManager::Item[String]
Show: