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

适用于