application_template property

application_template property

Gets or sets the application template.

Definition:

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

See Also