CommonParameters.OutBuffer 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.
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