DataContractJsonSerializerSettings.UseSimpleDictionaryFormat 属性

定义

获取或设置一个值,该值指定是否使用简单的字典格式。

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

属性值

true 使用简单字典格式;否则,为 false.

适用于