ExcludedPropertyAttribute(bool) Constructor
Initializes a new instance of the ExcludedPropertyAttribute class.

Syntax

public ExcludedPropertyAttribute(bool excluded = true)

Parameters

Name Type Description
excluded bool Indicates whether the property should be excluded. Default is true.