Table of Contents

Property MaxSerializationDepth

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

MaxSerializationDepth

Gets or sets the default max serialization depth (used to detect circular references during serialization). The default is 100.

public static int MaxSerializationDepth { get; set; }

Property Value

int