ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / ReleaseDate Property




In This Topic
    ReleaseDate Property (ImGearDynamicMediaXMPMetadata)
    In This Topic
    Gets or sets ReleaseDate property of the Dynamic Media XMP schema.
    Syntax
    'Declaration
     
    Public Property ReleaseDate As ImGearXMPDate
    'Usage
     
    Dim instance As ImGearDynamicMediaXMPMetadata
    Dim value As ImGearXMPDate
     
    instance.ReleaseDate = value
     
    value = instance.ReleaseDate
    public ImGearXMPDate ReleaseDate {get; set;}
    public: __property ImGearXMPDate* get_ReleaseDate();
    public: __property void set_ReleaseDate( 
       ImGearXMPDate* value
    );
    public:
    property ImGearXMPDate^ ReleaseDate {
       ImGearXMPDate^ get();
       void set (    ImGearXMPDate^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPDate class value.
    Remarks
    This XMP property specifies date the title was released.
    See Also