DataContractJsonSerializerSettings.UseSimpleDictionaryFormat Property

Definition

Gets or sets a value that specifies whether to use a simple dictionary format.

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

Property Value

true to use a simple dictionary format; otherwise, false.

Applies to