ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.MediaManagement Namespace / ImGearMediaManagementXMPMetadata Class / InstanceID Property




In This Topic
    InstanceID Property (ImGearMediaManagementXMPMetadata)
    In This Topic
    Gets or sets InstanceID property of the Media Management XMP schema.
    Syntax
    'Declaration
     
    Public Property InstanceID As ImGearXMPString
    'Usage
     
    Dim instance As ImGearMediaManagementXMPMetadata
    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.
    Remarks
    This property specifies identifier for a specific incarnation of a document, updated each time a file is saved.
    See Also