CallbackBehaviorAttribute.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

注解

使用 MaxItemsInObjectGraph 属性,可以限制对象图中要序列化的项数。 还可以使用 <dataContractSerializer> 元素在客户端应用程序配置文件中设置此值。

适用于