NewPSSessionOptionCommand.MaximumReceivedDataSizePerCommand 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.
Total data (in bytes) that can be received from a remote machine targeted towards a command. If null, then the size is unlimited. Default is unlimited data.
public:
property int MaximumReceivedDataSizePerCommand { int get(); void set(int value); };
public:
property int MaximumReceivedDataSizePerCommand { int get(); void set(int value); };
public int MaximumReceivedDataSizePerCommand { get; set; }
[System.Management.Automation.Parameter]
public int MaximumReceivedDataSizePerCommand { get; set; }
member this.MaximumReceivedDataSizePerCommand : int with get, set
[<System.Management.Automation.Parameter>]
member this.MaximumReceivedDataSizePerCommand : int with get, set
Public Property MaximumReceivedDataSizePerCommand As Integer
Property Value
- Attributes