PSSessionConfigurationCommandBase.MaximumReceivedObjectSizeMB 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.
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