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




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

Property Value

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