UpdateTypeDataCommand.SerializationDepth Property

Definition

SerializationDepth.

public:
 property int SerializationDepth { int get(); void set(int value); };
public:
 property int SerializationDepth { int get(); void set(int value); };
public int SerializationDepth { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="DynamicTypeSet")]
[System.Management.Automation.ValidateNotNull]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int SerializationDepth { get; set; }
member this.SerializationDepth : int with get, set
[<System.Management.Automation.Parameter(ParameterSetName="DynamicTypeSet")>]
[<System.Management.Automation.ValidateNotNull>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.SerializationDepth : int with get, set
Public Property SerializationDepth As Integer

Property Value

Attributes

Applies to