License key.

Namespace: Jscape.Telnet
Assembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.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