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




In This Topic
Name Property (ImGearXMPJob)
In This Topic
Gets or sets informal name of the job. This name is for user display and informal systems.
Syntax
'Declaration
 
Public Property Name As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPJob
Dim value As ImGearXMPString
 
instance.Name = value
 
value = instance.Name

Property Value

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