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




In This Topic
    Provider Property
    In This Topic
    Gets or sets Provider property of the IPTC4XMPCORE XMP schema.
    Syntax
    'Declaration
     
    Public Property Provider As ImGearXMPString
    'Usage
     
    Dim instance As ImGearIPTC4XMPCoreMetadata
    Dim value As ImGearXMPString
     
    instance.Provider = value
     
    value = instance.Provider
    public ImGearXMPString Provider {get; set;}
    public: __property ImGearXMPString* get_Provider();
    public: __property void set_Provider( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ Provider {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property identifies the provider of the news object, who is not necessarily the owner/creator.
    See Also