comment property

comment property

Gets or sets the comment of this asset.

Definition:

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

See Also