ImageGear .NET v24.12 - Updated
Parameters Property (ImGearXMPResourceEvent)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.MediaManagement Namespace > ImGearXMPResourceEvent Class : Parameters Property
Gets or sets additional description of the action.
Syntax
'Declaration
 
Public Property Parameters As ImGearXMPString
'Usage
 
Dim instance As ImGearXMPResourceEvent
Dim value As ImGearXMPString
 
instance.Parameters = value
 
value = instance.Parameters
public ImGearXMPString Parameters {get; set;}
public: __property ImGearXMPString* get_Parameters();
public: __property void set_Parameters( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Parameters {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearXMPResourceEvent Class
ImGearXMPResourceEvent Members