The registry key name that will be used to load and store license data.

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

Syntax

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

See Also