Gets or sets the license key 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 static string LicenseKey { get; set; } |
Visual Basic |
---|
Public Shared Property LicenseKey As String Get Set |
Visual C++ |
---|
public: static property String^ LicenseKey { String^ get (); void set (String^ value); } |