NetDataContractSerializer.MaxItemsInObjectGraph プロパティ

定義

シリアル化されるオブジェクトで許可される項目の最大数を取得します。

public:
 property int MaxItemsInObjectGraph { int get(); };
public int MaxItemsInObjectGraph { get; }
member this.MaxItemsInObjectGraph : int
Public ReadOnly Property MaxItemsInObjectGraph As Integer

プロパティ値

オブジェクトで許可される項目の最大数。 既定値は Int32.MaxValue です

注釈

クォータの設定の詳細については、「データの セキュリティに関する考慮事項」を参照してください。

適用対象