ImageGear .NET - Updated
ModifyDate Property (ImGearXMPVersion)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.MediaManagement Namespace > ImGearXMPVersion Class : ModifyDate Property
Gets or sets the date on which this version was checked in.
Syntax
'Declaration
 
Public Property ModifyDate As ImGearXMPDate
'Usage
 
Dim instance As ImGearXMPVersion
Dim value As ImGearXMPDate
 
instance.ModifyDate = value
 
value = instance.ModifyDate
public ImGearXMPDate ModifyDate {get; set;}
public: __property ImGearXMPDate* get_ModifyDate();
public: __property void set_ModifyDate( 
   ImGearXMPDate* value
);
public:
property ImGearXMPDate^ ModifyDate {
   ImGearXMPDate^ get();
   void set (    ImGearXMPDate^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
See Also

Reference

ImGearXMPVersion Class
ImGearXMPVersion Members