ConvertToXmlCommand.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.
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