ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Subject Property




In This Topic
    Subject Property (ImGearDublinCoreXMPMetadata)
    In This Topic
    Gets or sets Subject property of the XMP Dublin Core schema.
    Syntax
    'Declaration
     
    Public Property Subject As ImGearXMPBag(Of ImGearXMPString)
    'Usage
     
    Dim instance As ImGearDublinCoreXMPMetadata
    Dim value As ImGearXMPBag(Of ImGearXMPString)
     
    instance.Subject = value
     
    value = instance.Subject
    public ImGearXMPBag<ImGearXMPString> Subject {get; set;}
    public: __property ImGearXMPBag<ImGearXMPString*>* get_Subject();
    public: __property void set_Subject( 
       ImGearXMPBag<ImGearXMPString*>* value
    );
    public:
    property ImGearXMPBag<ImGearXMPString^>^ Subject {
       ImGearXMPBag<ImGearXMPString^>^ get();
       void set (    ImGearXMPBag<ImGearXMPString^>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
    Remarks
    This XMP property specifies an unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.
    See Also