JsonResult.RecursionLimit Property

Gets or sets the recursion limit.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Property RecursionLimit As Nullable(Of Integer)
	Get 
	Set
'Usage
Dim instance As JsonResult 
Dim value As Nullable(Of Integer)

value = instance.RecursionLimit

instance.RecursionLimit = value

Property Value

Type: System.Nullable(Of Int32)
The recursion limit.
Show: