Show / Hide Table of Contents

    Class JsonMergeSettings

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

    Constructors

    JsonMergeSettings()

    Declaration
    public JsonMergeSettings ();

    Properties

    MergeArrayHandling

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

    MergeNullValueHandling

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

    Back to top Azure SDK for Net