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 クラスを拡張するクラスを実装するプロバイダーを実装するときに使用されます。

適用対象