UseRegularExpression Property
In This Topic
Indicates whether the
CompareToValue is a regular expression
Syntax
'Declaration
Public Property UseRegularExpression As Boolean
public bool UseRegularExpression {get; set;}
public:
property bool UseRegularExpression {
bool get();
void set ( bool value);
}
See Also