ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Source Property




In This Topic
Source Property (ImGearDublinCoreXMPMetadata)
In This Topic
Gets or sets Source property of the XMP Dublin Core schema.
Syntax
'Declaration
 
Public Property Source As ImGearXMPString
 
'Usage
 
Dim instance As ImGearDublinCoreXMPMetadata
Dim value As ImGearXMPString
 
instance.Source = value
 
value = instance.Source

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies unique identifier of the work from which this resource was derived.
See Also