PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​CustomLogging­Properties­Expression­ModelItem
Open sandboxFocus

LoggingPropertiesExpressionModel.Item Property

Item[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
System.String key

Name of a logging property.

Property Value
Type Description
Object