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




In This Topic
InstanceID Property (ImGearXMPResourceEvent)
In This Topic
Gets or sets the instance ID of the modified resource.
Syntax
'Declaration
 
Public Property InstanceID As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPResourceEvent
Dim value As ImGearXMPString
 
instance.InstanceID = value
 
value = instance.InstanceID

Property Value

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