ConvertFromJsonCommand.Depth Property

Definition

Gets or sets the maximum depth the JSON input is allowed to have. By default, it is 1024.

[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(System.Management.Automation.ValidateRangeKind.Positive)]
public int Depth { get; set; }
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(System.Management.Automation.ValidateRangeKind.Positive)>]
member this.Depth : int with get, set
Public Property Depth As Integer

Property Value

Attributes

Applies to