ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearXMPContactInfo Class / CiAdrCity Property




In This Topic
CiAdrCity Property
In This Topic
Gets or sets the contact information city part.
Syntax
'Declaration
 
Public Property CiAdrCity As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPContactInfo
Dim value As ImGearXMPString
 
instance.CiAdrCity = value
 
value = instance.CiAdrCity

Property Value

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