ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearXMPContactInfo Class / CiEmailWork Property




In This Topic
    CiEmailWork Property
    In This Topic
    Gets or sets the contact information email address part. Multiple email addresses can be given, separated by a comma.
    Syntax
    'Declaration
     
    Public Property CiEmailWork As ImGearXMPString
    'Usage
     
    Dim instance As ImGearXMPContactInfo
    Dim value As ImGearXMPString
     
    instance.CiEmailWork = value
     
    value = instance.CiEmailWork
    public ImGearXMPString CiEmailWork {get; set;}
    public: __property ImGearXMPString* get_CiEmailWork();
    public: __property void set_CiEmailWork( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ CiEmailWork {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

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