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




In This Topic
    CiAdrPcode Property
    In This Topic
    Gets or sets the contact information part denoting the local postal code.
    Syntax
    'Declaration
     
    Public Property CiAdrPcode As ImGearXMPString
    'Usage
     
    Dim instance As ImGearXMPContactInfo
    Dim value As ImGearXMPString
     
    instance.CiAdrPcode = value
     
    value = instance.CiAdrPcode
    public ImGearXMPString CiAdrPcode {get; set;}
    public: __property ImGearXMPString* get_CiAdrPcode();
    public: __property void set_CiAdrPcode( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ CiAdrPcode {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

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