TestConnectionCommand.IPv6 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 IPv6 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 IPv6 { 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.IPv6 : System.Management.Automation.SwitchParameter with get, set
Public Property IPv6 As SwitchParameter
Property Value
- Attributes