ImageGear v26.3 - Updated November 9, 2022
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

Property Value

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