JsonNodeOptions.PropertyNameCaseInsensitive Property

Definition

Gets or sets a value that indicates whether property names on JsonObject are case insensitive.

public:
 property bool PropertyNameCaseInsensitive { bool get(); void set(bool value); };
public bool PropertyNameCaseInsensitive { get; set; }
member this.PropertyNameCaseInsensitive : bool with get, set
Public Property PropertyNameCaseInsensitive As Boolean

Property Value

true if property names are case insensitive; false if property names are case sensitive.

Applies to