Share via


WindowsUpdate.IsFeatureUpdate Property

Definition

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

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

Property Value

Boolean

bool

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

Applies to