PSSessionConfigurationCommandBase.MaximumReceivedObjectSizeMB Property

Definition

Maximum size (in MB) of a deserialized object received from a remote machine.

public:
 property Nullable<double> MaximumReceivedObjectSizeMB { Nullable<double> get(); void set(Nullable<double> value); };
public double? MaximumReceivedObjectSizeMB { get; set; }
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter]
public double? MaximumReceivedObjectSizeMB { get; set; }
member this.MaximumReceivedObjectSizeMB : Nullable<double> with get, set
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter>]
member this.MaximumReceivedObjectSizeMB : Nullable<double> with get, set
Public Property MaximumReceivedObjectSizeMB As Nullable(Of Double)

Property Value

Attributes

Applies to