JsonPropertyAttribute Class
Instructs the JsonSerializer to always serialize the member with the specified name.
Namespace:
cdeNewtonsoft.JsonAssembly: C-DEngine (in C-DEngine.dll)
Syntax
[AttributeUsageAttribute] public sealed class JsonPropertyAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class JsonPropertyAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class JsonPropertyAttribute sealed : public Attribute