| LocalSearchOptionsUseRegex Property |
Note: This API is now obsolete.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
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
Set
public:
[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:
BooleanSee Also