The Secure License Manager license key that will be used by the License Manager page.

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

Syntax

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

See Also