Instructs to treat masks as case sensitive or not.
public System.bool CaseSensitive {get; set;}
public: __property System.bool get_CaseSensitive();
public: __property void set_CaseSensitive(
System.bool value
);
'Declaration
Public Property CaseSensitive As System.Boolean
'Usage
Dim instance As MetadataFilterItem
Dim value As System.Boolean
instance.CaseSensitive = value
value = instance.CaseSensitive
Property Value
True to treat masks as case sensitive; false - case insensitive.