ImageGear .NET - Updated
ManageTo Property (ImGearXMPResourceReference)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.MediaManagement Namespace > ImGearXMPResourceReference Class : ManageTo Property
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
public ImGearXMPString ManageTo {get; set;}
public: __property ImGearXMPString* get_ManageTo();
public: __property void set_ManageTo( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ ManageTo {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearXMPResourceReference Class
ImGearXMPResourceReference Members