Share via


WindowsUpdate.IsMandatory Property

Definition

Indicates whether the WindowsUpdate object is classified as mandatory.

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

Property Value

Boolean

bool

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

Applies to