Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.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
- name
 Type: System.String
Property Value
Type: System.Diagnostics.TraceSource
Returns TraceSource.