FeatureQuery.SearchCount Property
Gets or sets the maximum number of features that can be returned from a dataset when a search text has been specified.
Syntax
public System.Int32 SearchCount { get; set; }
Property Value
Default: 0
The maximum number of features a dataset can return or zero or less than to let each dataset return all matching features.
Remarks
This property is ignored if a SearchText has not been specified.
Platforms
Windows, Linux, Android