ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / MetadataModDate Property




In This Topic
    MetadataModDate Property
    In This Topic
    Gets or sets MetadataModDate property of the Dynamic Media XMP schema.
    Syntax
    'Declaration
     
    Public Property MetadataModDate As ImGearXMPDate
    'Usage
     
    Dim instance As ImGearDynamicMediaXMPMetadata
    Dim value As ImGearXMPDate
     
    instance.MetadataModDate = value
     
    value = instance.MetadataModDate
    public ImGearXMPDate MetadataModDate {get; set;}
    public: __property ImGearXMPDate* get_MetadataModDate();
    public: __property void set_MetadataModDate( 
       ImGearXMPDate* value
    );
    public:
    property ImGearXMPDate^ MetadataModDate {
       ImGearXMPDate^ get();
       void set (    ImGearXMPDate^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPDate class value.
    Remarks
    This XMP property specifies date and time when the metadata was last modified.
    See Also