TraceManager.Item Property

.NET Framework 4

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As TraceSource 
    Get
'Usage
Dim instance As TraceManager 
Dim name As String 
Dim value As TraceSource 

value = instance(name)
public TraceSource this[
    string name
] { get; }
public:
virtual property TraceSource^ default[String^ name] {
    TraceSource^ get (String^ name) sealed;
}
abstract Item : TraceSource 
override Item : TraceSource
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: System.Diagnostics.TraceSource
Returns TraceSource.

Implements

ITraceManager.Item[String]

See Also

Reference

TraceManager Class

Microsoft.AspNet.SignalR.Tracing Namespace