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

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

Property Value

Read Only

Explanation

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

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

 

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect