Table of Contents

Class JsonExtensionDataAttribute

Namespace
Newtonsoft.Json
Assembly
Newtonsoft.Json.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class JsonExtensionDataAttribute : Attribute
Inheritance
JsonExtensionDataAttribute
Inherited Members
Extension Methods

Constructors

JsonExtensionDataAttribute()

public JsonExtensionDataAttribute()

Properties

ReadData

public bool ReadData { get; set; }

Property Value

bool

WriteData

public bool WriteData { get; set; }

Property Value

bool