|
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.260-beta+0b829228edbb9eb70c95990c4ac87443757fef2d
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
View SourceParameters
- key String
- The Index
Property Value
String
See Also