ServiceBehaviorAttribute.MaxItemsInObjectGraph Property

Definition

Gets or sets the maximum number of items allowed in a serialized object.

public int MaxItemsInObjectGraph { get; set; }

Property Value

The maximum number of items allowed in an object. The default is 65536 bytes (64KB).

Remarks

Use the MaxItemsInObjectGraph property set a limit on the number of items in an object graph that are serialized. You can also set this property using the <dataContractSerializer> element in an application configuration file.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1