ImageGear .NET - Updated
MetadataDate Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.Basic Namespace > ImGearBasicXMPMetadata Class : MetadataDate Property
Gets or sets MetadataDate property of the XMP Basic schema.
Syntax
'Declaration
 
Public Property MetadataDate As ImGearXMPDate
'Usage
 
Dim instance As ImGearBasicXMPMetadata
Dim value As ImGearXMPDate
 
instance.MetadataDate = value
 
value = instance.MetadataDate
public ImGearXMPDate MetadataDate {get; set;}
public: __property ImGearXMPDate* get_MetadataDate();
public: __property void set_MetadataDate( 
   ImGearXMPDate* value
);
public:
property ImGearXMPDate^ MetadataDate {
   ImGearXMPDate^ get();
   void set (    ImGearXMPDate^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
Remarks
This XMP property specifies the date and time that any metadata for this resource was last changed. It should be the same as or more recent than ModifyDate.
See Also

Reference

ImGearBasicXMPMetadata Class
ImGearBasicXMPMetadata Members