Gets or sets the License Key for product registration.

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)

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