object_type_reference property

object_type_reference property

Gets or sets the object type reference. The Object Type is used to distinguish between different types of objects within the IIM.

Definition:

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

See Also