Show / Hide Table of Contents

    Class JsonExtensionDataAttribute

    Inheritance
    Attribute
    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

    JsonExtensionDataAttribute()

    Declaration
    public JsonExtensionDataAttribute ();

    Properties

    ReadData

    Declaration
    public bool ReadData { get; set; }
    Property Value
    Boolean

    WriteData

    Declaration
    public bool WriteData { get; set; }
    Property Value
    Boolean

    Back to top Azure SDK for Net