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