libid property

libid property

Represents the identifier of an Automation type library. Read/write str.

Definition:

@property
def libid(self):
    ...

@libid.setter
def libid(self, value):
    ...

See Also