ImageGear .NET - Updated
Provider Property (ImGearIPTC4XMPCoreMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : Provider Property
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

Reference

ImGearIPTC4XMPCoreMetadata Class
ImGearIPTC4XMPCoreMetadata Members