RegularExpressionCaseInsensitivity Property (Reader)
In This Topic
Gets and sets case insensitivity of user regular expressions.
Syntax
'Declaration
Public Property RegularExpressionCaseInsensitivity As Boolean
'Usage
Dim instance As Reader
Dim value As Boolean
instance.RegularExpressionCaseInsensitivity = value
value = instance.RegularExpressionCaseInsensitivity
public bool RegularExpressionCaseInsensitivity {get; set;}
public: __property bool get_RegularExpressionCaseInsensitivity();
public: __property void set_RegularExpressionCaseInsensitivity(
bool value
);
public:
property bool RegularExpressionCaseInsensitivity {
bool get();
void set ( bool value);
}
Exceptions
See Also