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

对象中允许的最大项数。 默认值为 65536 字节 (64KB)。

注解

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

适用于