ConfigurationDocument.bypassFilterEnabledComponentsIndex Field
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Protected bypassFilterEnabledComponentsIndex As Dictionary(Of String, TraceComponentInfo)
'Usage
Dim value As Dictionary(Of String, TraceComponentInfo)
value = Me.bypassFilterEnabledComponentsIndex
Me.bypassFilterEnabledComponentsIndex = value
protected Dictionary<string, TraceComponentInfo> bypassFilterEnabledComponentsIndex