value_type property
value_type property
Gets or sets the value type. The type attribute indicates the type of the value data. This text string must be understood by the application. Required attribute.
Definition:
@property
def value_type(self):
...
@value_type.setter
def value_type(self, value):
...