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; }
member this.MaximumReceivedDataSizePerCommandMB : Nullable<double> with get, set
Public Property MaximumReceivedDataSizePerCommandMB As Nullable(Of Double)

Property Value

Applies to