This property retrieves how many "allowable days" are remaining (i.e. how many more days the application can be used).

[Visual Basic] Public ReadOnly Property Days As Integer
[C#] public int Days {get;}

Property Value

Read Only

Explanation

The Days property retrieves how many "allowable days" are remaining. (i.e. how many more days the application can be used). This property will retrieve the "remaining allowable days" when that type of protection has been applied.

If the Days property is checked before the application program has run then the value retrieved will be the initial value. The Days property value is set after the OueryProtectInformation method has been successfully executed.

 

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect