ConvertFromJsonCommand.NoEnumerate Property

Definition

Gets or sets the switch to prevent ConvertFrom-Json from unravelling collections during deserialization, instead passing them as a single object through the pipeline.

[System.Management.Automation.Parameter]
public System.Management.Automation.SwitchParameter NoEnumerate { get; set; }
[<System.Management.Automation.Parameter>]
member this.NoEnumerate : System.Management.Automation.SwitchParameter with get, set
Public Property NoEnumerate As SwitchParameter

Property Value

Attributes

Applies to