Property NumReturnValues
NumReturnValues
Sets the default maximum number of values returned from the MatchPrefix(String, Int32) and MatchAlmost(String, Int32) methods.
The value should be set this to -1 to get an unlimited number of return values. note that the methods mentioned above provide overloaded versions that allow you to specify the maximum number of return values, in which case this value is temporarily overridden.
Declaration
public virtual int NumReturnValues { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |