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




In This Topic
    CiAdrExtadr Property
    In This Topic
    Gets or sets the contact information address part. It comprises an optional company name and all required information to locate the building or postbox to which mail should be sent. To that end, the address is a multiline field.
    Syntax
    'Declaration
     
    Public Property CiAdrExtadr As ImGearXMPString
    'Usage
     
    Dim instance As ImGearXMPContactInfo
    Dim value As ImGearXMPString
     
    instance.CiAdrExtadr = value
     
    value = instance.CiAdrExtadr
    public ImGearXMPString CiAdrExtadr {get; set;}
    public: __property ImGearXMPString* get_CiAdrExtadr();
    public: __property void set_CiAdrExtadr( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ CiAdrExtadr {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

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