Gets or sets the License Key.

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

See Also