ImageGear .NET - Updated
Credit Property (ImGearPhotoshopXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.Photoshop Namespace > ImGearPhotoshopXMPMetadata Class : Credit Property
Gets or sets Credit property of the Photoshop XMP schema.
Syntax
'Declaration
 
Public Property Credit As ImGearXMPString
'Usage
 
Dim instance As ImGearPhotoshopXMPMetadata
Dim value As ImGearXMPString
 
instance.Credit = value
 
value = instance.Credit
public ImGearXMPString Credit {get; set;}
public: __property ImGearXMPString* get_Credit();
public: __property void set_Credit( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Credit {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
See Also

Reference

ImGearPhotoshopXMPMetadata Class
ImGearPhotoshopXMPMetadata Members