ODataMessageQuotas.MaxNestingDepth 속성
재귀 페이로드를 읽거나 쓸 때 허용되는 중첩의 최대 깊이를 가져오거나 설정합니다.
네임스페이스: Microsoft.Data.OData
어셈블리: Microsoft.Data.OData(Microsoft.Data.OData.dll)
구문
‘선언
Public Property MaxNestingDepth As Integer
Get
Set
‘사용 방법
Dim instance As ODataMessageQuotas
Dim value As Integer
value = instance.MaxNestingDepth
instance.MaxNestingDepth = value
public int MaxNestingDepth { get; set; }
public:
property int MaxNestingDepth {
int get ();
void set (int value);
}
member MaxNestingDepth : int with get, set
function get MaxNestingDepth () : int
function set MaxNestingDepth (value : int)
속성 값
유형: System.Int32
재귀 페이로드를 읽거나 쓸 때 허용되는 중첩의 최대 깊이입니다.