'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); }