ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.MediaManagement Namespace / ImGearXMPVersion Class / Event Property




In This Topic
    Event Property
    In This Topic
    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