name_of_application property
name_of_application property
Gets or sets the name of the application.
Definition:
@property
def name_of_application(self):
...
@name_of_application.setter
def name_of_application(self, value):
...
Gets or sets the name of the application.
@property
def name_of_application(self):
...
@name_of_application.setter
def name_of_application(self, value):
...