WindowsUpdate.IsMandatory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.