first_name property
first_name property
Gets or sets contact First Name.
Definition:
@property
def first_name(self):
    ...
@first_name.setter
def first_name(self, value):
    ...
See Also
- module 
groupdocs.signature.domain.extensions - class 
VCard 
Gets or sets contact First Name.
@property
def first_name(self):
    ...
@first_name.setter
def first_name(self, value):
    ...
groupdocs.signature.domain.extensionsVCard