match_type property

match_type property

Gets or sets Text Match Type verification.

Definition:

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

See Also