DataCollectorSettings.IsEnabled 属性

定义

获取或设置一个值,该值用于启用或禁用诊断数据适配器。

public:
 property bool IsEnabled { bool get(); void set(bool value); };
public bool IsEnabled { get; set; }
member this.IsEnabled : bool with get, set
Public Property IsEnabled As Boolean

属性值

Boolean

一个布尔值,指示是否已启用诊断数据适配器。

适用于