WindowsUpdate.IsMandatory 属性

定义

指示 是否将 WindowsUpdate 对象分类为必需对象。

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

属性值

Boolean

bool

true 如果 WindowsUpdate 对象被分类为必需,则为 ;否则为 false

适用于