ImageGear .NET - Updated
ManageUI Property (ImGearXMPResourceReference)




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

Property Value

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

Reference

ImGearXMPResourceReference Class
ImGearXMPResourceReference Members