Property SearchPattern
SearchPattern
Gets or sets the search string used to match against the names of file-system entries in the path. This parameter can contain a combination of valid literal path and wildcard characters (see GetFileSystemEntries(string, string, SearchOption)).
public string SearchPattern { get; set; }