NetworkWatcherConnectionMonitorTestConfigurationObjectCommand.SuccessThresholdChecksFailedPercent Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The maximum percentage of failed checks permitted for a test to evaluate as successful.", Mandatory=false)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public int? SuccessThresholdChecksFailedPercent { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The maximum percentage of failed checks permitted for a test to evaluate as successful.", Mandatory=false)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.SuccessThresholdChecksFailedPercent : Nullable<int> with get, set
Public Property SuccessThresholdChecksFailedPercent As Nullable(Of Integer)

Property Value

Nullable<Int32>
Attributes

Applies to