Gets and sets an indicator if the filter file name matching case sensitivity is enabled.
public bool CaseSensitive {get; set;}
public: __property bool get_CaseSensitive();
public: __property void set_CaseSensitive(
bool value
);
public:
property bool CaseSensitive {
bool get();
void set ( bool value);
}
'Declaration
Public Property CaseSensitive As Boolean
'Usage
Dim instance As Filter
Dim value As Boolean
instance.CaseSensitive = value
value = instance.CaseSensitive
Property Value
A boolean value which is
true if the pattern specified must match in a case sensitive manner. Otherwise,
false is used.