Gets or sets a serial key for EAUpload registration.

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

Syntax

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

Field Value

Type: System..::.String
The string value that represents a serial key.

Remarks

This property is a reflection of EAUpload configuration parameter (<EasyAlgo.EAUpload>/<Environment ... SerialKey="" ... >).
You may get a valid serial key by following two ways:
  • Find a serial key in "LicenseInformation.txt" file that is included in trial distribution package of EAUpload (you can download it from our website: http://www.easyalgo.com)
  • If you buy EAUpload component then serial key will be icluded in order confirmation e-mail
    After purchasing of EAUpload a serial key also will be available by request (sales@easyalgo.com).

Use this property if you need to set a serial key at the runtime.

See Also