ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearIPTC4XMPCoreMetadata Class / CreatorContactInfo Property




In This Topic
    CreatorContactInfo Property
    In This Topic
    Gets or sets CreatorContactInfo property of the IPTC4XMPCORE XMP schema.
    Syntax
    'Declaration
     
    Public Property CreatorContactInfo As ImGearXMPContactInfo
    'Usage
     
    Dim instance As ImGearIPTC4XMPCoreMetadata
    Dim value As ImGearXMPContactInfo
     
    instance.CreatorContactInfo = value
     
    value = instance.CreatorContactInfo
    public ImGearXMPContactInfo CreatorContactInfo {get; set;}
    public: __property ImGearXMPContactInfo* get_CreatorContactInfo();
    public: __property void set_CreatorContactInfo( 
       ImGearXMPContactInfo* value
    );
    public:
    property ImGearXMPContactInfo^ CreatorContactInfo {
       ImGearXMPContactInfo^ get();
       void set (    ImGearXMPContactInfo^ value);
    }

    Property Value

    ImGearXMPContactInfo class value.
    Remarks
    This XMP property provides all necessary information to get in contact with the creator of this news object and comprises a set of sub-properties for proper addressing.
    See Also