ITraceManager::Item Property

.NET Framework 4.5

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

property TraceSource^ default[String^ name] {
	TraceSource^ get (String^ name);
}

Parameters

name
Type: System::String

Property Value

Type: System.Diagnostics::TraceSource
Returns TraceSource.
Show: