ConvertToJsonCommand.Depth Property

Definition

Gets or sets the Depth property.

public:
 property int Depth { int get(); void set(int value); };
public:
 property int Depth { int get(); void set(int value); };
public int Depth { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(1, 2147483647)]
public int Depth { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int Depth { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(0, 100)]
public int Depth { get; set; }
member this.Depth : int with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(1, 2147483647)>]
member this.Depth : int with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.Depth : int with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(0, 100)>]
member this.Depth : int with get, set
Public Property Depth As Integer

Property Value

Attributes

Applies to