ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / RelatedSoundFile Property




In This Topic
    RelatedSoundFile Property (ImGearEXIFXMPMetadata)
    In This Topic
    Gets or sets RelatedSoundFile property of the EXIF XMP schema.
    Syntax
    'Declaration
     
    Public Property RelatedSoundFile As ImGearXMPString
    'Usage
     
    Dim instance As ImGearEXIFXMPMetadata
    Dim value As ImGearXMPString
     
    instance.RelatedSoundFile = value
     
    value = instance.RelatedSoundFile
    public ImGearXMPString RelatedSoundFile {get; set;}
    public: __property ImGearXMPString* get_RelatedSoundFile();
    public: __property void set_RelatedSoundFile( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ RelatedSoundFile {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property represents EXIF tag 40964 (0xA004) and specifies an '8.3' file name for the related sound file.
    See Also