|   | LogStackMessagesItem(String) Property | 
        
        
            Gets the first match of the provided  in this dictionary. Returns
            null if none can be found.
            
        
        Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic string this[
	string key
] { get; }Public ReadOnly Default Property Item ( 
	key As String
) As String
	Get
public:
property String^ default[String^ key] {
	String^ get (String^ key);
}member Item : string with get
Parameters
- key  String
- The Index
Property Value
String See Also
See Also