Show / Hide Table of Contents

    Class JsonLoadSettings

    Inheritance
    Object
    JsonLoadSettings
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    public class JsonLoadSettings

    Constructors

    JsonLoadSettings()

    Declaration
    public JsonLoadSettings ();

    Properties

    CommentHandling

    Declaration
    public Newtonsoft.Json.Linq.CommentHandling CommentHandling { get; set; }
    Property Value
    CommentHandling

    LineInfoHandling

    Declaration
    public Newtonsoft.Json.Linq.LineInfoHandling LineInfoHandling { get; set; }
    Property Value
    LineInfoHandling

    Back to top Azure SDK for Net