PostSharp//API Reference/Post­Sharp.​Patterns.​Diagnostics.​Custom/Logging­Property­Options/With­Is­Rendered
Open sandboxFocus

Method WithIsRendered

WithIsRendered(Boolean)

Returns a copy of the current LoggingPropertyOptions but with a different value of the IsRendered property.

Declaration
public LoggingPropertyOptions WithIsRendered(bool value)
Parameters
Type Name Description
Boolean value

New value of the IsRendered property.

Returns
Type Description
LoggingPropertyOptions