WindowsUpdate.IsForOS Property

Definition

Indicates whether the WindowsUpdate object is classified as being for the OS.

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

Property Value

Boolean

bool

true if the WindowsUpdate object is classified as being for the OS; otherwise, false.

Applies to