WindowsUpdate.IsSeeker Property

Definition

Indicates whether the WindowsUpdate object is classified as seeker.

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

Property Value

Boolean

bool

true if the WindowsUpdate object is classified as seeker; otherwise, false.

Applies to