Share via


WindowsUpdate.IsSecurity Property

Definition

Indicates whether the WindowsUpdate object is classified as a security update.

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

Property Value

Boolean

bool

true if the WindowsUpdate object is classified as a security update; otherwise, false.

Applies to