|
LogStackMessages.Item(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.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
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