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

适用于