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