user_comment property

user_comment property

Gets or sets the user comment.

Definition:

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

See Also