Share via


TestConnectionCommand.MtuSize Property

Definition

Gets or sets whether to detect Maximum Transmission Unit size. When selected, only a single ping result is returned, indicating the maximum buffer size the route to the destination can support without fragmenting the ICMP packets.

[System.Management.Automation.Alias(new System.String[] { "MtuSizeDetect" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="MtuSizeDetect")]
public System.Management.Automation.SwitchParameter MtuSize { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "MtuSizeDetect" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="MtuSizeDetect")>]
member this.MtuSize : System.Management.Automation.SwitchParameter with get, set
Public Property MtuSize As SwitchParameter

Property Value

Attributes

Applies to