JsonPropertyInfoValues<T>.HasJsonInclude Property

Definition

Whether the property was annotated with JsonIncludeAttribute.

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

Property Value

Applies to