ManagementEntityAttribute.External 屬性

定義

取得或設定值,指定這個類別是否代表在目前組件外部實作之提供者中的 WMI 類別。

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

屬性值

布林值,如果類別代表外部 WMI 類別則為 true,否則為 false。

備註

實作實作可擴充現有抽象 WMI 類別的提供者時,會使用此方法。

適用於