ImageGear .NET v24.12 - Updated
SoftwareAgent Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.MediaManagement Namespace > ImGearXMPResourceEvent Class : SoftwareAgent Property
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

Reference

ImGearXMPResourceEvent Class
ImGearXMPResourceEvent Members