ImageGear .NET v24.12 - Updated
Action Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.MediaManagement Namespace > ImGearXMPResourceEvent Class : Action Property
Gets or sets the action that occurred. See XMP specification for defined values and usage details.
Syntax
'Declaration
 
Public Property Action As ImGearXMPString
'Usage
 
Dim instance As ImGearXMPResourceEvent
Dim value As ImGearXMPString
 
instance.Action = value
 
value = instance.Action
public ImGearXMPString Action {get; set;}
public: __property ImGearXMPString* get_Action();
public: __property void set_Action( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Action {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearXMPResourceEvent Class
ImGearXMPResourceEvent Members