ComponentDictionary.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 Guid, BitArray)
Get
'Usage
Dim value As Dictionary(Of Guid, BitArray)
value = ComponentDictionary.InnerDictionary
public static Dictionary<Guid, BitArray> InnerDictionary { get; }