LicenseStatus Enumeration

Typemock Isolator Developer Guide
Result values of the CheckLicense(String) method.

Namespace:  TypeMock.Integration
Assembly:  TypeMock.Integration (in TypeMock.Integration.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax

public enum LicenseStatus
Members

  Member nameValueDescription
Expired0 The license key is valid but has expired
Valid1 The license key is valid and has not expire yet
Invalid2 The license key in invalid
See Also

Reference