The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified
            string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high,
            suggestions can differ by up to two characters. The default is none.
             
            
Constraints:
 Declaration Syntax
 Declaration Syntax| C# | 
public string FuzzyMatching { get; set; }