ManagementPath.IsSingleton プロパティ

定義

これがシングルトン インスタンス パスかどうかを示す値を取得または設定します。

public:
 property bool IsSingleton { bool get(); };
public bool IsSingleton { get; }
member this.IsSingleton : bool
Public ReadOnly Property IsSingleton As Boolean

プロパティ値

true これがシングルトンインスタンスパスの場合。それ以外の場合は false

適用対象