C-DEngine 5.105

JsonPropertyAttribute Class

Instructs the JsonSerializer to always serialize the member with the specified name.

Namespace:  cdeNewtonsoft.Json
Assembly:  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

Inheritance Hierarchy


Object
  Attribute
    cdeNewtonsoft.Json..::..JsonPropertyAttribute