Skip to content

PropertyItem.ExtensionData property

Gets or sets the extension data, used for JSON.NET serialization / deserialization of dynamic properties.

public Dictionary<string, object>? ExtensionData { get; set; }

Property Value

The extension data.

See Also