SystemClockValidationThresholdPercent Property |
Gets or sets the percentage of the test duration time which must pass for the validation to succeed. The value specified must be between 1 and 100. The default value is 75.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public int ThresholdPercent { get; set; }
Public Property ThresholdPercent As Integer
Get
Set
public:
property int ThresholdPercent {
int get ();
void set (int value);
}
Property Value
Type:
Int32Remarks Caution |
---|
Setting this value to anything above 90 is risky, as the actual amount of time passed while waiting will likely vary depending on the operating system and the processor. |
See Also