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




In This Topic
ManagedFrom Property
In This Topic
Gets or sets ManagedFrom property of the Media Management XMP schema.
Syntax
'Declaration
 
Public Property ManagedFrom As ImGearXMPResourceReference
 
'Usage
 
Dim instance As ImGearMediaManagementXMPMetadata
Dim value As ImGearXMPResourceReference
 
instance.ManagedFrom = value
 
value = instance.ManagedFrom

Property Value

ImGearXMPResourceReference class value.
Remarks
This property specifies reference to the document as it was prior to becoming managed.
See Also