DataContractJsonSerializer.UseSimpleDictionaryFormat Property

Definition

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

public:
 property bool UseSimpleDictionaryFormat { bool get(); };
public bool UseSimpleDictionaryFormat { get; }
member this.UseSimpleDictionaryFormat : bool
Public ReadOnly Property UseSimpleDictionaryFormat As Boolean

Property Value

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

Applies to