Share via


WindowsUpdate.IsMinorImpact Property

Definition

Indicates whether the WindowsUpdate object is classified as minor impact.

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

Property Value

Boolean

bool

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

Applies to