UpdateTypeDataCommand.SerializationDepth 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.
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