共用方式為


DataContractJsonSerializer.SerializeReadOnlyTypes 屬性

定義

取得或設定值,指定是否要序列化唯讀型別。

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

屬性值

Boolean

true 表示序列化唯讀型別,否則為 false

適用於