|   | LogStackMessagesItem(Int32) Property | 
        
        
            Gets the KeyValue for the provided index.
            
        
        Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic KeyValuePair<string, string> this[
	int index
] { get; }Public ReadOnly Default Property Item ( 
	index As Integer
) As KeyValuePair(Of String, String)
	Get
public:
property KeyValuePair<String^, String^> default[int index] {
	KeyValuePair<String^, String^> get (int index);
}member Item : KeyValuePair<string, string> with get
function get_Item(index);
Parameters
- index  Int32
- The Index
Property Value
KeyValuePairString, 
String See Also
See Also