Gets or sets the License Key.

Namespace:  Neodynamic.WinControls.BarcodeProfessional
Assembly:  Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)

Syntax

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

See Also