|   | WaveFileInfoStrings Property | 
        
        
            Gets list of info strings available in this 
WaveFile if any were available during load; otherwise an empty dictionary.
            
 GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic Dictionary<string, string> InfoStrings { get; }Public ReadOnly Property InfoStrings As Dictionary(Of String, String)
	Get
public:
property Dictionary<String^, String^>^ InfoStrings {
	Dictionary<String^, String^>^ get ();
}member InfoStrings : Dictionary<string, string> with get
function get_InfoStrings();
Property Value
DictionaryString, 
String Remarks
Remarks
            The current implementation only allows reading of loaded 
WaveFile metadata tags, not updating them.
            
 See Also
See Also