note property
note property
Gets or sets Note (Company) of contact.
Definition:
@property
def note(self):
    ...
@note.setter
def note(self, value):
    ...
See Also
- module 
groupdocs.signature.domain.extensions - class 
MeCard 
Gets or sets Note (Company) of contact.
@property
def note(self):
    ...
@note.setter
def note(self, value):
    ...
groupdocs.signature.domain.extensionsMeCard