SystemClockValidationTestDuration Property |
Gets or sets the amount of time (in milliseconds) to allow for the test to complete. The default is 100 milliseconds.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public int TestDuration { get; set; }
Public Property TestDuration As Integer
Get
Set
public:
property int TestDuration {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also