Click or drag to resize

FindResultNumberOfMatches Property

Gets the number of matches.

Namespace:  DotNetBrowser.Search
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public int NumberOfMatches { get; }

Property Value

Type: Int32
The number of the matches found at the moment or -1 when no matches found.
See Also