LMIInstanceName is a object, which holds a set of primary keys and their values. This type of object exactly identifies an instance.
To get a list of key properties, see following example:
> instance_name.print_key_properties()
...
> instance_name.key_properties()
...
> instance_name.SomeKeyProperty
...
>
This type of object may be returned from a method call. Each instance name can be converted into the instance, see next example:
> instance = instance_name.to_instance()
>
Following part describes LMIInstanceName useful properties.