Gets or sets the License Owner.

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 LicenseOwner { get; set; }
Visual Basic
Public Shared Property LicenseOwner As String
	Get
	Set
Visual C++
public:
static property String^ LicenseOwner {
	String^ get ();
	void set (String^ value);
}

See Also