ManagementEntityAttribute.External 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定這個類別是否代表在目前組件外部實作之提供者中的 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 類別的提供者時,會使用此方法。