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




In This Topic
    CiTelWork Property
    In This Topic
    Gets or sets the contact information phone number part. Multiple numbers can be given, separated by a comma.
    Syntax
    'Declaration
     
    Public Property CiTelWork As ImGearXMPString
    'Usage
     
    Dim instance As ImGearXMPContactInfo
    Dim value As ImGearXMPString
     
    instance.CiTelWork = value
     
    value = instance.CiTelWork
    public ImGearXMPString CiTelWork {get; set;}
    public: __property ImGearXMPString* get_CiTelWork();
    public: __property void set_CiTelWork( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ CiTelWork {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

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