DataContractSerializerOperationBehavior.MaxItemsInObjectGraph プロパティ

定義

シリアル化または逆シリアル化するオブジェクト グラフ内の項目の最大数を取得または設定します。

public:
 property int MaxItemsInObjectGraph { int get(); void set(int value); };
public int MaxItemsInObjectGraph { get; set; }
member this.MaxItemsInObjectGraph : int with get, set
Public Property MaxItemsInObjectGraph As Integer

プロパティ値

シリアル化または逆シリアル化するオブジェクト グラフ内の項目の最大数。 既定値は Int32.MaxValue です

適用対象