WindowsUpdateApprovalData.Seeker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.