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




In This Topic
CiURLWork Property
In This Topic
Gets or sets the contact information web address part. Multiple addresses can be given, separated by a comma.
Syntax
'Declaration
 
Public Property CiURLWork As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPContactInfo
Dim value As ImGearXMPString
 
instance.CiURLWork = value
 
value = instance.CiURLWork

Property Value

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