ImageGear21.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DublinCore Namespace > ImGearDublinCoreXMPMetadata Class : Date Property |
'Declaration Public Property Date As ImGearXMPSeq(Of ImGearXMPDate)
'Usage Dim instance As ImGearDublinCoreXMPMetadata Dim value As ImGearXMPSeq(Of ImGearXMPDate) instance.Date = value value = instance.Date
public ImGearXMPSeq<ImGearXMPDate> Date {get; set;}
public: __property ImGearXMPSeq<ImGearXMPDate*>* get_Date(); public: __property void set_Date( ImGearXMPSeq<ImGearXMPDate*>* value );
public: property ImGearXMPSeq<ImGearXMPDate^>^ Date { ImGearXMPSeq<ImGearXMPDate^>^ get(); void set ( ImGearXMPSeq<ImGearXMPDate^>^ value); }