CommonParameters.OutBuffer Property

Definition

Gets or sets the OutBuffer parameter for the cmdlet.

public:
 property int OutBuffer { int get(); void set(int value); };
public:
 property int OutBuffer { int get(); void set(int value); };
public int OutBuffer { get; set; }
[System.Management.Automation.Alias(new System.String[] { "ob" })]
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int OutBuffer { get; set; }
member this.OutBuffer : int with get, set
[<System.Management.Automation.Alias(new System.String[] { "ob" })>]
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.OutBuffer : int with get, set
Public Property OutBuffer As Integer

Property Value

Attributes

Remarks

This parameter configures the number of objects to buffer before calling the downstream Cmdlet

Applies to