ImageGear .NET - Updated
CountryCode Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : CountryCode Property
Gets or sets CountryCode property of the IPTC4XMPCORE XMP schema.
Syntax
'Declaration
 
Public Property CountryCode As ImGearXMPString
'Usage
 
Dim instance As ImGearIPTC4XMPCoreMetadata
Dim value As ImGearXMPString
 
instance.CountryCode = value
 
value = instance.CountryCode
public ImGearXMPString CountryCode {get; set;}
public: __property ImGearXMPString* get_CountryCode();
public: __property void set_CountryCode( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ CountryCode {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies the code of the country. The content is focusing on - either the country shown in visual media or referenced in text or audio media. This element is at the top/first level of a top-down geographical hierarchy. The code should be taken from ISO 3166 two or three letter code.
See Also

Reference

ImGearIPTC4XMPCoreMetadata Class
ImGearIPTC4XMPCoreMetadata Members