ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearIPTC4XMPCoreMetadata Class / IntellectualGenre Property




In This Topic
    IntellectualGenre Property
    In This Topic
    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