 | LocalSearchOptionsUseRegex Property |
Note: This API is now obsolete.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax[ObsoleteAttribute("Please use UseRegexMatch, UseWildcardMatch or UseLambdaMatch instead.")]
public bool UseRegex { get; set; }<ObsoleteAttribute("Please use UseRegexMatch, UseWildcardMatch or UseLambdaMatch instead.")>
Public Property UseRegex As Boolean
Get
Setpublic:
[ObsoleteAttribute(L"Please use UseRegexMatch, UseWildcardMatch or UseLambdaMatch instead.")]
property bool UseRegex {
bool get ();
void set (bool value);
}[<ObsoleteAttribute("Please use UseRegexMatch, UseWildcardMatch or UseLambdaMatch instead.")>]
member UseRegex : bool with get, setProperty Value
Boolean
See Also