ImageGear .NET
ManageUI Property (ImGearMediaManagementXMPMetadata)




Gets or sets ManageUI property of the Media Management XMP schema.
Syntax
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);
}
'Declaration
 
Public Property ManageUI As ImGearXMPString
 
'Usage
 
Dim instance As ImGearMediaManagementXMPMetadata
Dim value As ImGearXMPString
 
instance.ManageUI = value
 
value = instance.ManageUI

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This property specifies URI that can be used to access information about the managed resource through a web browser. It might require a custom browser plugin.
See Also

Reference

ImGearMediaManagementXMPMetadata Class
ImGearMediaManagementXMPMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback