application_vendor property

application_vendor property

Gets or sets the a application vendor of this asset

Definition:

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

See Also