WindowsUpdate.IsDriver 属性

定义

指示 WindowsUpdate 对象是否分类为驱动程序更新。

public:
 property bool IsDriver { bool get(); };
bool IsDriver();
public bool IsDriver { get; }
var boolean = windowsUpdate.isDriver;
Public ReadOnly Property IsDriver As Boolean

属性值

Boolean

bool

true 如果 WindowsUpdate 对象被归类为驱动程序更新,则为 ;否则为 false

适用于