Class 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 ();