ImageGear .NET v24.12 - Updated
Event Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.MediaManagement Namespace > ImGearXMPVersion Class : Event Property
Gets or sets high level, formal description of what operation the user performed.
Syntax
'Declaration
 
Public Property Event As ImGearXMPResourceEvent
'Usage
 
Dim instance As ImGearXMPVersion
Dim value As ImGearXMPResourceEvent
 
instance.Event = value
 
value = instance.Event
public ImGearXMPResourceEvent Event {get; set;}
public: __property ImGearXMPResourceEvent* get_Event();
public: __property void set_Event( 
   ImGearXMPResourceEvent* value
);
public:
property ImGearXMPResourceEvent^ Event {
   ImGearXMPResourceEvent^ get();
   void set (    ImGearXMPResourceEvent^ value);
}

Property Value

ImGearXMPResourceEvent class value.
See Also

Reference

ImGearXMPVersion Class
ImGearXMPVersion Members