TestConnectionCommand.PingMtuStatus Class     
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.
The class contains information about the source, the destination and ping results.
public class TestConnectionCommand.PingMtuStatus : Microsoft.PowerShell.Commands.TestConnectionCommand.PingStatus[System.Runtime.CompilerServices.NullableContext(0)]
public class TestConnectionCommand.PingMtuStatus : Microsoft.PowerShell.Commands.TestConnectionCommand.PingStatustype TestConnectionCommand.PingMtuStatus = class
    inherit TestConnectionCommand.PingStatus[<System.Runtime.CompilerServices.NullableContext(0)>]
type TestConnectionCommand.PingMtuStatus = class
    inherit TestConnectionCommand.PingStatusPublic Class TestConnectionCommand.PingMtuStatus
Inherits TestConnectionCommand.PingStatus- Inheritance
- Attributes
Properties
| Address | Gets the target address of the ping.(Inherited from TestConnectionCommand.PingStatus) | 
| BufferSize | Gets the size in bytes of the buffer data sent in the ping.(Inherited from TestConnectionCommand.PingStatus) | 
| Destination | Gets the destination which was pinged.(Inherited from TestConnectionCommand.PingStatus) | 
| DisplayAddress | Gets the target address of the ping if one is available, or "*" if it is not.(Inherited from TestConnectionCommand.PingStatus) | 
| Latency | Gets the roundtrip time of the ping in milliseconds.(Inherited from TestConnectionCommand.PingStatus) | 
| MtuSize | Gets the maximum transmission unit size on the network path between the source and destination. | 
| Ping | Gets the sequence number of this ping in the sequence of pings to the Destination(Inherited from TestConnectionCommand.PingStatus) | 
| Reply | Gets the reply object from this ping.(Inherited from TestConnectionCommand.PingStatus) | 
| Source | Gets the source from which the ping was sent.(Inherited from TestConnectionCommand.PingStatus) | 
| Status | Gets the returned status of the ping.(Inherited from TestConnectionCommand.PingStatus) |