digital_image_guid property
digital_image_guid property
Gets or sets the globally unique identifier for this digital image.
Remarks
It is created and applied by the creator of the digital image at the time of its creation. This value shall not be changed after that time.
Definition:
@property
def digital_image_guid(self):
...
@digital_image_guid.setter
def digital_image_guid(self, value):
...