Compartir a través de


ConfigurationDocument.EnabledComponentsList Property

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
Public ReadOnly Property EnabledComponentsList As List(Of TraceComponentInfo)
    Get
'Usage
Dim instance As ConfigurationDocument
Dim value As List(Of TraceComponentInfo)

value = instance.EnabledComponentsList
public List<TraceComponentInfo> EnabledComponentsList { get; }