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

适用于