Click or drag to resize
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.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public int ThresholdPercent { get; set; }

Property Value

Type: Int32
Remarks
Caution note 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