image_unique_id property

image_unique_id property

Gets or sets the image unique identifier.

Definition:

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

See Also