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




In This Topic
    Contributor Property
    In This Topic
    Gets or sets Contributor property of the XMP Dublin Core schema.
    Syntax
    'Declaration
     
    Public Property Contributor As ImGearXMPBag(Of ImGearXMPString)
    'Usage
     
    Dim instance As ImGearDublinCoreXMPMetadata
    Dim value As ImGearXMPBag(Of ImGearXMPString)
     
    instance.Contributor = value
     
    value = instance.Contributor
    public ImGearXMPBag<ImGearXMPString> Contributor {get; set;}
    public: __property ImGearXMPBag<ImGearXMPString*>* get_Contributor();
    public: __property void set_Contributor( 
       ImGearXMPBag<ImGearXMPString*>* value
    );
    public:
    property ImGearXMPBag<ImGearXMPString^>^ Contributor {
       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 contributors to the resource (other than the authors).
    See Also