WebRequestPSCmdlet.MaximumRetryCount Property

Definition

Gets or sets the MaximumRetryCount property, which determines the number of retries of a failed web request.

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

Property Value

Attributes

Applies to