Gets an information about the current license of EAUpload component.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0

Syntax

C#
public static string LicenseType { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property LicenseType As String

Field Value

Type: System..::.String
The string value that represents the current license type of EAUpload component.

Remarks

EAUpload component has folowing licenses:

  • Trial License
  • Single Server License
  • Single Server License 5 License pack
  • Enterprise License
  • Redistribution License


Property returns nullNothingnullptra null reference (Nothing in Visual Basic) if valid serial key is not defined.

See Also