ImageGear v26.3 - Updated
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
    public ImGearXMPString CiURLWork {get; set;}
    public: __property ImGearXMPString* get_CiURLWork();
    public: __property void set_CiURLWork( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ CiURLWork {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

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