InstalledInstances.InstanceData.IsUnconfigured プロパティ

定義

インストールされているインスタンスが構成されていないかどうかを示す値を取得します。

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

プロパティ値

インストールされているインスタンスが構成されていない場合は true、それ以外の場合は false です。

適用対象