ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.Basic Namespace / ImGearBasicXMPMetadata Class / MetadataDate Property




In This Topic
    MetadataDate Property
    In This Topic
    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