ConvertToXmlCommand.Depth Property

Definition

Depth of serialization.

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(HelpMessage="Specifies how many levels of contained objects should be included in the XML representation")]
[System.Management.Automation.ValidateRange(1, 2147483647)]
public int Depth { get; set; }
member this.Depth : int with get, set
[<System.Management.Automation.Parameter(HelpMessage="Specifies how many levels of contained objects should be included in the XML representation")>]
[<System.Management.Automation.ValidateRange(1, 2147483647)>]
member this.Depth : int with get, set
Public Property Depth As Integer

Property Value

Attributes

Applies to