application_version property

application_version property

Gets or sets the version of the application that created this asset.

Definition:

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

See Also