PSSessionConfigurationCommandBase.MaximumReceivedDataSizePerCommandMB Property

Definition

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

Applies to