ImageGear .NET v25.2 - Updated
MetadataModDate Property




ImageGear.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : MetadataModDate Property
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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.