Open sandboxFocus
  • Article

Method WithIncludeInherited

WithIncludeInherited(bool)

Returns a copy of the current LoggingPropertyVisitorOptions but with a specific value of the IncludeInherited property.

Declaration
public LoggingPropertyVisitorOptions WithIncludeInherited(bool value = true)
Parameters
Type Name Description
bool value

The new value of the IncludeInherited property.

Returns
Type Description
LoggingPropertyVisitorOptions
  • Navigation