PSSessionConfigurationCommandBase.MaximumReceivedDataSizePerCommandMB 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 MB) that can be received from a remote machine targeted towards a command.
public:
property Nullable<double> MaximumReceivedDataSizePerCommandMB { Nullable<double> get(); void set(Nullable<double> value); };
public double? MaximumReceivedDataSizePerCommandMB { get; set; }
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter]
public double? MaximumReceivedDataSizePerCommandMB { get; set; }
member this.MaximumReceivedDataSizePerCommandMB : Nullable<double> with get, set
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter>]
member this.MaximumReceivedDataSizePerCommandMB : Nullable<double> with get, set
Public Property MaximumReceivedDataSizePerCommandMB As Nullable(Of Double)
Property Value
- Attributes