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




In This Topic
    SoftwareAgent Property
    In This Topic
    Gets or sets the software agent that performed the action.
    Syntax
    'Declaration
     
    Public Property SoftwareAgent As ImGearXMPString
    'Usage
     
    Dim instance As ImGearXMPResourceEvent
    Dim value As ImGearXMPString
     
    instance.SoftwareAgent = value
     
    value = instance.SoftwareAgent
    public ImGearXMPString SoftwareAgent {get; set;}
    public: __property ImGearXMPString* get_SoftwareAgent();
    public: __property void set_SoftwareAgent( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ SoftwareAgent {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

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