PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLogging­PropertyValue
Open sandboxFocus

LoggingProperty.Value Property

Value

Gets the property value. The property is never rendered when the value is null. If the LoggingProperty has been initialized with a Func<object>, this property will evaluate the delegate every time the property getter is invoked.

Declaration
public object Value { get; }
Property Value
Type Description
Object