|
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.275-beta+0199f33448f02143c26eb94d77293bb9443152f1
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