ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.BasicJobTicket Namespace / ImGearXMPJob Class / Id Property




In This Topic
Id Property (ImGearXMPJob)
In This Topic
Gets or sets unique ID for the job. This field is a reference into some external job management system.
Syntax
'Declaration
 
Public Property Id As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPJob
Dim value As ImGearXMPString
 
instance.Id = value
 
value = instance.Id

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
See Also