Gets or sets a serial key for EAUpload registration.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0
Syntax
| C# |
|---|
public static string SerialKey { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Shared Property SerialKey As String |
Field Value
Type: System..::.StringThe 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:
Use this property if you need to set a serial key at the runtime.
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
You can buy a license of EAUpload component at http://www.easyalgo.com/Purchase.aspx After purchase, the serial key and licensed library(EasyAlgo.EAUpload.dll) will be sent to you automatically.
Use this property if you need to set a serial key at the runtime.
