ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback