names_are_case_sensitive property

names_are_case_sensitive property

Property that specifies whether the template and data element names will be matched regardless to the character case or not. If true, matching is case sensitive; if false, character case will be ignored. Default value is true.

Definition:

@property
def names_are_case_sensitive(self):
    ...
@names_are_case_sensitive.setter
def names_are_case_sensitive(self, value):
    ...

See Also