ImageGear v26.0 - Updated
ManagedFrom Property




ImageGear.Core Assembly > ImageGear.Formats.XMP.MediaManagement Namespace > ImGearMediaManagementXMPMetadata Class : ManagedFrom Property
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
public ImGearXMPResourceReference ManagedFrom {get; set;}
public: __property ImGearXMPResourceReference* get_ManagedFrom();
public: __property void set_ManagedFrom( 
   ImGearXMPResourceReference* value
);
public:
property ImGearXMPResourceReference^ ManagedFrom {
   ImGearXMPResourceReference^ get();
   void set (    ImGearXMPResourceReference^ value);
}

Property Value

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

Reference

ImGearMediaManagementXMPMetadata Class
ImGearMediaManagementXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.