IncrementalSearchResult.ResultFound 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 for the term was successful.
public:
property bool ResultFound { bool get(); };
public:
property bool ResultFound { bool get(); };
public bool ResultFound { get; }
public bool ResultFound { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.ResultFound : bool
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ResultFound : bool
Public ReadOnly Property ResultFound As Boolean
Property Value
true if the search was successful.
- Attributes