extended_libid property

extended_libid property

Gets and sets the extended Libid of the reference.

Remarks

Only for control reference.

Definition:

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

See Also