unique_name_of_object property

unique_name_of_object property

Gets or sets the unique name of the object.

Definition:

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

See Also