Gets or sets the license owner info.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

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

See Also