WindowsUpdate.IsUrgent Property

Definition

Indicates whether the WindowsUpdate object is classified as urgent.

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

Property Value

Boolean

bool

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

Applies to