Class JsonExtensionDataAttribute
Inheritance
JsonExtensionDataAttribute
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, AllowMultiple=false)]
public class JsonExtensionDataAttribute : Attribute
Constructors
Declaration
public JsonExtensionDataAttribute ();
Properties
Declaration
public bool ReadData { get; set; }
Property Value
Declaration
public bool WriteData { get; set; }
Property Value