'Declaration Public Property Description As ImGearXMPLangAlt
'Usage Dim instance As ImGearDublinCoreXMPMetadata 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); }