'Declaration
Public Property RegularExpressionCaseInsensitivity As System.Boolean
'Usage
Dim instance As Reader
Dim value As System.Boolean
instance.RegularExpressionCaseInsensitivity = value
value = instance.RegularExpressionCaseInsensitivity
public System.bool RegularExpressionCaseInsensitivity {get; set;}
public read-write property RegularExpressionCaseInsensitivity: System.Boolean;
public function get,set RegularExpressionCaseInsensitivity : System.boolean
public: __property System.bool get_RegularExpressionCaseInsensitivity();
public: __property void set_RegularExpressionCaseInsensitivity(
System.bool value
);
public:
property System.bool RegularExpressionCaseInsensitivity {
System.bool get();
void set ( System.bool value);
}