Gets or sets the License Key.

Namespace: Neodynamic.WebControls.BarcodeProfessional
Assembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.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