ITraceManager.Item Property

.NET Framework 4

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

Syntax

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

value = instance(name)
TraceSource this[
    string name
] { get; }
property TraceSource^ default[String^ name] {
    TraceSource^ get (String^ name);
}
abstract 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.

See Also

Reference

ITraceManager Interface

Microsoft.AspNet.SignalR.Tracing Namespace