ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.MediaManagement Namespace / ImGearXMPResourceReference Class / ManageTo Property




In This Topic
ManageTo Property (ImGearXMPResourceReference)
In This Topic
Gets or sets the referenced resource's xmpMM:ManageTo.
Syntax
'Declaration
 
Public Property ManageTo As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPResourceReference
Dim value As ImGearXMPString
 
instance.ManageTo = value
 
value = instance.ManageTo

Property Value

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