Share via


WindowsUpdateApprovalData.Seeker Property

Definition

Gets or sets a value indicating whether an update should be treated as seeker.

public:
 property IReference<bool> ^ Seeker { IReference<bool> ^ get(); void set(IReference<bool> ^ value); };
IReference<bool> Seeker();

void Seeker(IReference<bool> value);
public System.Nullable<bool> Seeker { get; set; }
var iReference = windowsUpdateApprovalData.seeker;
windowsUpdateApprovalData.seeker = iReference;
Public Property Seeker As Nullable(Of Boolean)

Property Value

A value indicating whether an update should be treated as seeker.

Remarks

When an update is seeker, it won't be surfaced in the normal list of applicable updates, and will require explicit user interaction in order to proceed.

Applies to