Show / Hide Table of Contents

    Class JsonRequiredAttribute

    Inheritance
    Attribute
    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 ();
    Back to top Azure SDK for Net