다음을 통해 공유


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입니다.

적용 대상