TestConnectionCommand.IPv4 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 force use of IPv4 protocol.
[System.Management.Automation.Parameter(ParameterSetName="DefaultPing")]
[System.Management.Automation.Parameter(ParameterSetName="RepeatPing")]
[System.Management.Automation.Parameter(ParameterSetName="TraceRoute")]
[System.Management.Automation.Parameter(ParameterSetName="MtuSizeDetect")]
[System.Management.Automation.Parameter(ParameterSetName="TcpPort")]
public System.Management.Automation.SwitchParameter IPv4 { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="DefaultPing")>]
[<System.Management.Automation.Parameter(ParameterSetName="RepeatPing")>]
[<System.Management.Automation.Parameter(ParameterSetName="TraceRoute")>]
[<System.Management.Automation.Parameter(ParameterSetName="MtuSizeDetect")>]
[<System.Management.Automation.Parameter(ParameterSetName="TcpPort")>]
member this.IPv4 : System.Management.Automation.SwitchParameter with get, set
Public Property IPv4 As SwitchParameter
Property Value
- Attributes