NewPSSessionOptionCommand.MaxConnectionRetryCount Property

Definition

Maximum number of times a connection will be re-attempted when a connection fails due to network issues.

public:
 property int MaxConnectionRetryCount { int get(); void set(int value); };
public:
 property int MaxConnectionRetryCount { int get(); void set(int value); };
public int MaxConnectionRetryCount { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int MaxConnectionRetryCount { get; set; }
member this.MaxConnectionRetryCount : int with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.MaxConnectionRetryCount : int with get, set
Public Property MaxConnectionRetryCount As Integer

Property Value

Attributes

Applies to