Show / Hide Table of Contents

    Class JsonIgnoreAttribute

    Inheritance
    Attribute
    JsonIgnoreAttribute
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    [System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, AllowMultiple=false)]
    public sealed class JsonIgnoreAttribute : Attribute

    Constructors

    JsonIgnoreAttribute()

    Declaration
    public JsonIgnoreAttribute ();
    Back to top Azure SDK for Net