ImageGear .NET - Updated
City Property (ImGearIPTC4XMPCoreMetadata)




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property is focusing on - either the place shown in visual media or referenced by text or audio media. This element is at the third level of a top-down geographical hierarchy.
See Also

Reference

ImGearIPTC4XMPCoreMetadata Class
ImGearIPTC4XMPCoreMetadata Members