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