tags property
tags property
Gets a collection of tags associated with the property.
Definition:
@property
def tags(self):
...
@tags.setter
def tags(self, value):
...
See Also
- module
groupdocs.metadata.common
- class
PropertyDescriptor
Gets a collection of tags associated with the property.
@property
def tags(self):
...
@tags.setter
def tags(self, value):
...
groupdocs.metadata.common
PropertyDescriptor