ImageGear .NET v24.12 - Updated
InstanceID Property (ImGearXMPResourceEvent)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.MediaManagement Namespace > ImGearXMPResourceEvent Class : InstanceID Property
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
public ImGearXMPString InstanceID {get; set;}
public: __property ImGearXMPString* get_InstanceID();
public: __property void set_InstanceID( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ InstanceID {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearXMPResourceEvent Class
ImGearXMPResourceEvent Members