TestConnectionCommand.Quiet 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 enable quiet output mode, reducing output to a single simple value only. By default, PingStatus, PingMtuStatus, or TraceStatus objects are emitted. With this switch, standard ping and -Traceroute returns only true / false, and -MtuSize returns an integer.
public System.Management.Automation.SwitchParameter Quiet { get; set; }
[System.Management.Automation.Parameter]
public System.Management.Automation.SwitchParameter Quiet { get; set; }
member this.Quiet : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter>]
member this.Quiet : System.Management.Automation.SwitchParameter with get, set
Public Property Quiet As SwitchParameter
Property Value
- Attributes