Gets or sets the license owner info.

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

Syntax

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

See Also