Share via


DataContractJsonSerializer.UseSimpleDictionaryFormat 属性

定义

获取指定是否使用简单字典格式的值。

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

属性值

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

适用于