ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.MediaManagement Namespace / ImGearXMPResourceEvent Class / Action Property




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