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




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

Property Value

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