JsonPropertyInfoValues<T>.IsExtensionData Property

Definition

Whether the property was annotated with JsonExtensionDataAttribute.

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

Property Value

Applies to