AvailableTraces.InnerDictionary Property
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Shared ReadOnly Property InnerDictionary As Dictionary(Of String, TraceComponentInfo)
Get
'Usage
Dim value As Dictionary(Of String, TraceComponentInfo)
value = AvailableTraces.InnerDictionary
public static Dictionary<string, TraceComponentInfo> InnerDictionary { get; }
Property Value
Type: System.Collections.Generic.Dictionary<String, TraceComponentInfo>
See Also