ImageGear21.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : Description Property |
'Declaration Public Property Description As ImGearXMPLangAlt
'Usage Dim instance As ImGearIPTC4XMPCoreMetadata Dim value As ImGearXMPLangAlt instance.Description = value value = instance.Description
public ImGearXMPLangAlt Description {get; set;}
public: __property ImGearXMPLangAlt* get_Description(); public: __property void set_Description( ImGearXMPLangAlt* value );
public: property ImGearXMPLangAlt^ Description { ImGearXMPLangAlt^ get(); void set ( ImGearXMPLangAlt^ value); }
Note: The XMP property (dc:description) which stores the value of this IPTC Core property is of type Lang Alt. Hence any software agent dealing with this property must abide to the processing rules for Lang Alt value type as specified by the XMP specifications.