ImageGear22.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : HeadLine Property |
'Declaration Public Property HeadLine As ImGearXMPString
'Usage Dim instance As ImGearIPTC4XMPCoreMetadata Dim value As ImGearXMPString instance.HeadLine = value value = instance.HeadLine
public ImGearXMPString HeadLine {get; set;}
public: __property ImGearXMPString* get_HeadLine(); public: __property void set_HeadLine( ImGearXMPString* value );
public: property ImGearXMPString^ HeadLine { ImGearXMPString^ get(); void set ( ImGearXMPString^ value); }