Gets and Sets case insensititity 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);
}
See Also