ImageGear .NET - Updated
DerivedFrom Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.MediaManagement Namespace > ImGearMediaManagementXMPMetadata Class : DerivedFrom Property
Gets or sets DerivedFrom property of the Media Management XMP schema.
Syntax
'Declaration
 
Public Property DerivedFrom As ImGearXMPResourceReference
'Usage
 
Dim instance As ImGearMediaManagementXMPMetadata
Dim value As ImGearXMPResourceReference
 
instance.DerivedFrom = value
 
value = instance.DerivedFrom
public ImGearXMPResourceReference DerivedFrom {get; set;}
public: __property ImGearXMPResourceReference* get_DerivedFrom();
public: __property void set_DerivedFrom( 
   ImGearXMPResourceReference* value
);
public:
property ImGearXMPResourceReference^ DerivedFrom {
   ImGearXMPResourceReference^ get();
   void set (    ImGearXMPResourceReference^ value);
}

Property Value

ImGearXMPResourceReference class value.
Remarks
This property specifies reference to the original document from which this one is derived.
See Also

Reference

ImGearMediaManagementXMPMetadata Class
ImGearMediaManagementXMPMetadata Members