Open sandboxFocus

Property this

this[string]

Returns the value of the logging property with the given name, or null if there is no such logging property.

Declaration
public object? this[string key] { get; }
Parameters
Type Name Description
string key

Name of a logging property.

Property Value
Type Description
object