ImageGear .NET - Updated
IntellectualGenre Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : IntellectualGenre Property
Gets or sets IntellectualGenre property of the IPTC4XMPCORE XMP schema.
Syntax
'Declaration
 
Public Property IntellectualGenre As ImGearXMPString
'Usage
 
Dim instance As ImGearIPTC4XMPCoreMetadata
Dim value As ImGearXMPString
 
instance.IntellectualGenre = value
 
value = instance.IntellectualGenre
public ImGearXMPString IntellectualGenre {get; set;}
public: __property ImGearXMPString* get_IntellectualGenre();
public: __property void set_IntellectualGenre( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ IntellectualGenre {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property describes the nature, intellectual or journalistic characteristic of a news object, not specifically its content.

This property replaces ImGearIPTC4XMPCoreMetadata.IntellectuakGenre property which has been deprecated due to a misspelled name.

See Also

Reference

ImGearIPTC4XMPCoreMetadata Class
ImGearIPTC4XMPCoreMetadata Members