|
ListInfoChunkInfoStrings Property
|
Gets list of info strings from list info blocks of this
ListInfoChunk.
Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.248-beta
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();
View SourceProperty Value
DictionaryString,
String
See Also