ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPMarker Class / Target Property




In This Topic
Target Property
In This Topic
Gets or sets the part of the URL following the # sign. For example, in the URL http://ns.adobe.com/xmp#Start, the value is Start.
Syntax
'Declaration
 
Public Property Target As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPMarker
Dim value As ImGearXMPString
 
instance.Target = value
 
value = instance.Target

Property Value

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