ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearXMPContactInfo Class / CiAdrCtry Property




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

    Property Value

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