Gets or sets the license owner info.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
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); } |