IncrementalSearchResult.PassedStartOfSearch 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.
Determines whether the search passed the first item found.
public:
property bool PassedStartOfSearch { bool get(); };
public:
property bool PassedStartOfSearch { bool get(); };
public bool PassedStartOfSearch { get; }
public bool PassedStartOfSearch { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.PassedStartOfSearch : bool
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.PassedStartOfSearch : bool
Public ReadOnly Property PassedStartOfSearch As Boolean
Property Value
true if the search has passed the first item found.
- Attributes