application_vendor property

application_vendor property

Gets or sets the application vendor’s name

Definition:

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

See Also