'Declaration Public Property AudioSampleRate As ImGearXMPInteger
'Usage Dim instance As ImGearDynamicMediaXMPMetadata Dim value As ImGearXMPInteger instance.AudioSampleRate = value value = instance.AudioSampleRate
public ImGearXMPInteger AudioSampleRate {get; set;}
public: __property ImGearXMPInteger* get_AudioSampleRate(); public: __property void set_AudioSampleRate( ImGearXMPInteger* value );
public: property ImGearXMPInteger^ AudioSampleRate { ImGearXMPInteger^ get(); void set ( ImGearXMPInteger^ value); }