WSManConnectionInfo.MaximumReceivedDataSizePerCommand Property

Definition

Total data (in bytes) that can be received from a remote machine targeted towards a command. If null, then the size is unlimited. Default is unlimited data.

public:
 property Nullable<int> MaximumReceivedDataSizePerCommand { Nullable<int> get(); void set(Nullable<int> value); };
public int? MaximumReceivedDataSizePerCommand { get; set; }
member this.MaximumReceivedDataSizePerCommand : Nullable<int> with get, set
Public Property MaximumReceivedDataSizePerCommand As Nullable(Of Integer)

Property Value

Applies to