note property

note property

Gets or sets Note (Company) of contact.

Definition:

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

See Also