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




In This Topic
    VersionID Property (ImGearMediaManagementXMPMetadata)
    In This Topic
    Gets or sets VersionID property of the Media Management XMP schema.
    Syntax
    'Declaration
     
    Public Property VersionID As ImGearXMPString
    'Usage
     
    Dim instance As ImGearMediaManagementXMPMetadata
    Dim value As ImGearXMPString
     
    instance.VersionID = value
     
    value = instance.VersionID
    public ImGearXMPString VersionID {get; set;}
    public: __property ImGearXMPString* get_VersionID();
    public: __property void set_VersionID( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ VersionID {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This property specifies document version identifier for this resource.
    See Also