WindowsUpdate.IsCritical Property

Definition

Indicates whether the WindowsUpdate object is classified as critical.

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

Property Value

Boolean

bool

true if the WindowsUpdate object is classified as critical; otherwise, false.

Applies to