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




In This Topic
    CiAdrCity Property
    In This Topic
    Gets or sets the contact information city part.
    Syntax
    'Declaration
     
    Public Property CiAdrCity As ImGearXMPString
    'Usage
     
    Dim instance As ImGearXMPContactInfo
    Dim value As ImGearXMPString
     
    instance.CiAdrCity = value
     
    value = instance.CiAdrCity
    public ImGearXMPString CiAdrCity {get; set;}
    public: __property ImGearXMPString* get_CiAdrCity();
    public: __property void set_CiAdrCity( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ CiAdrCity {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

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