WebRequestPSCmdlet.MaximumRetryCount 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 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