LogPropertiesAttribute.SkipNullProperties Property

Definition

Overloads

SkipNullProperties

Gets or sets a value indicating whether null properties are logged.

SkipNullProperties

Source:
LogPropertiesAttribute.cs
Source:
LogPropertiesAttribute.cs

Gets or sets a value indicating whether null properties are logged.

public:
 property bool SkipNullProperties { bool get(); void set(bool value); };
public bool SkipNullProperties { get; set; }
member this.SkipNullProperties : bool with get, set
Public Property SkipNullProperties As Boolean

Property Value

Defaults to false.

Applies to