The license type that is associated with a license key.

Namespace: SimpleMode.SecureLicenseManager
Assembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public LicenseKeyType LicenseKeyType { get; set; }
Visual Basic
Public Property LicenseKeyType As LicenseKeyType
	Get
	Set
Visual C++
public:
property LicenseKeyType LicenseKeyType {
	LicenseKeyType get ();
	void set (LicenseKeyType value);
}

See Also