TestConnectionCommand.MtuSize 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.
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