name_of_application property

name_of_application property

Returns or sets the name of the application. Read/write str.

Definition:

@property
def name_of_application(self):
    ...

@name_of_application.setter
def name_of_application(self, value):
    ...

See Also