 | LocalSearchOptionsIgnoreCase 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 or UseWildcardMatch instead.")]
public bool IgnoreCase { get; set; }<ObsoleteAttribute("Please use UseRegexMatch or UseWildcardMatch instead.")>
Public Property IgnoreCase As Boolean
Get
Setpublic:
[ObsoleteAttribute(L"Please use UseRegexMatch or UseWildcardMatch instead.")]
property bool IgnoreCase {
bool get ();
void set (bool value);
}[<ObsoleteAttribute("Please use UseRegexMatch or UseWildcardMatch instead.")>]
member IgnoreCase : bool with get, setProperty Value
Boolean
See Also