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




In This Topic
    History Property
    In This Topic
    Gets or sets History property of the Media Management XMP schema.
    Syntax
    'Declaration
     
    Public Property History As ImGearXMPSeq(Of ImGearXMPResourceEvent)
    'Usage
     
    Dim instance As ImGearMediaManagementXMPMetadata
    Dim value As ImGearXMPSeq(Of ImGearXMPResourceEvent)
     
    instance.History = value
     
    value = instance.History
    public ImGearXMPSeq<ImGearXMPResourceEvent> History {get; set;}
    public: __property ImGearXMPSeq<ImGearXMPResourceEvent*>* get_History();
    public: __property void set_History( 
       ImGearXMPSeq<ImGearXMPResourceEvent*>* value
    );
    public:
    property ImGearXMPSeq<ImGearXMPResourceEvent^>^ History {
       ImGearXMPSeq<ImGearXMPResourceEvent^>^ get();
       void set (    ImGearXMPSeq<ImGearXMPResourceEvent^>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImGearXMPResourceEvent type parameter.
    Remarks
    This property specifies ordered array of high-level user actions that resulted in this resource.
    See Also