manager property

manager property

Gets or sets a user-entered text string identifying the person in charge of the project or department. The maximum length is 63 characters.

Definition:

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

See Also