Share via


WindowsUpdate.IsDriver Property

Definition

Indicates whether the WindowsUpdate object is classified as a driver update.

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

Property Value

Boolean

bool

true if the WindowsUpdate object is classified as a driver update; otherwise, false.

Applies to