NewPSSessionOptionCommand.MaximumReceivedObjectSize 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 bytes) of a deserialized object received from a remote machine. If null, then the size is unlimited. Default is unlimited object size.
public:
property int MaximumReceivedObjectSize { int get(); void set(int value); };
public:
property int MaximumReceivedObjectSize { int get(); void set(int value); };
public int MaximumReceivedObjectSize { get; set; }
[System.Management.Automation.Parameter]
public int MaximumReceivedObjectSize { get; set; }
member this.MaximumReceivedObjectSize : int with get, set
[<System.Management.Automation.Parameter>]
member this.MaximumReceivedObjectSize : int with get, set
Public Property MaximumReceivedObjectSize As Integer
Property Value
- Attributes