libid property

libid property

Gets and sets the Libid of the reference.

Definition:

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

See Also