'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);
}