application_record property

application_record property

Gets or sets the Application Record.

Definition:

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

See Also