 | RemoteSearchOptionsUseRegex Property |
Note: This API is now obsolete.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.16316.1434
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, set
Property Value
Type:
Boolean
See Also