Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / StringSearch Class / RegularExpressionPattern Property


In This Topic
RegularExpressionPattern Property
In This Topic
Gets or sets the regular expression pattern to use for the search.
Syntax
'Declaration
 
Public Property RegularExpressionPattern As String
 
'Usage
 
Dim instance As StringSearch
Dim value As String
 
instance.RegularExpressionPattern = value
 
value = instance.RegularExpressionPattern
See Also