DataContractJsonSerializerSettings.MaxItemsInObjectGraph Propriedade

Definição

Obtém ou define o número máximo de itens em um grafo de objeto a serem serializados ou desserializados.Gets or sets the maximum number of items in an object graph to serialize or deserialize.

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

Valor da propriedade

Int32

O número máximo de itens em um grafo de objeto para serializar ou desserializar.The maximum number of items in an object graph to serialize or deserialize.

Aplica-se a