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

Property Value

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