ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.MediaManagement Namespace / ImGearXMPResourceEvent Class / Parameters Property




In This Topic
Parameters Property (ImGearXMPResourceEvent)
In This Topic
Gets or sets additional description of the action.
Syntax
'Declaration
 
Public Property Parameters As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPResourceEvent
Dim value As ImGearXMPString
 
instance.Parameters = value
 
value = instance.Parameters

Property Value

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