TestConnectionCommand.TimeoutSeconds 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 the timeout value for an individual ping in seconds. If a response is not received in this time, no response is assumed. The default (from Windows) is 5 seconds.
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(System.Management.Automation.ValidateRangeKind.Positive)]
public int TimeoutSeconds { get; set; }
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(System.Management.Automation.ValidateRangeKind.Positive)>]
member this.TimeoutSeconds : int with get, set
Public Property TimeoutSeconds As Integer
Property Value
- Attributes