ConvertToJsonCommand.Depth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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