ImageGear .NET - Updated
Source Property (ImGearDublinCoreXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DublinCore Namespace > ImGearDublinCoreXMPMetadata Class : Source Property
Gets or sets Source property of the XMP Dublin Core schema.
Syntax
'Declaration
 
Public Property Source As ImGearXMPString
'Usage
 
Dim instance As ImGearDublinCoreXMPMetadata
Dim value As ImGearXMPString
 
instance.Source = value
 
value = instance.Source
public ImGearXMPString Source {get; set;}
public: __property ImGearXMPString* get_Source();
public: __property void set_Source( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Source {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies unique identifier of the work from which this resource was derived.
See Also

Reference

ImGearDublinCoreXMPMetadata Class
ImGearDublinCoreXMPMetadata Members