PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​CustomLogging­Property­OptionsIs­Ignored
Open sandboxFocus

LoggingPropertyOptions.IsIgnored Property

IsIgnored

Determines whether this property must be ignored by the VisitProperties<TVisitorState>(Object, ILoggingPropertyVisitor<TVisitorState>, ref TVisitorState, in LoggingPropertyVisitorOptions) method. This value is typically only returned by GetPropertyOptions(String) to say that a property of the raw CLR object must not be exposed as a logging property.

Declaration
public bool IsIgnored { get; }
Property Value
Type Description
Boolean