Gets the number of remaining days before trial period is expired.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0
Syntax
| C# |
|---|
public static int DaysRemaining { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property DaysRemaining As Integer |
Field Value
Type: System..::.Int32The string value that represents the number of days before trial period is expired.
Remarks
If you use trial version of EAUpload then this property returns a range from 0 to 30. If you use licensed verson then property returns -1.
