ImageGear .NET - Updated
City Property (ImGearPhotoshopXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.Photoshop Namespace > ImGearPhotoshopXMPMetadata Class : City Property
Gets or sets City property of the Photoshop XMP schema.
Syntax
'Declaration
 
Public Property City As ImGearXMPString
'Usage
 
Dim instance As ImGearPhotoshopXMPMetadata
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.
See Also

Reference

ImGearPhotoshopXMPMetadata Class
ImGearPhotoshopXMPMetadata Members