|
IsTrialElapsed |
Top Previous Next |
|
Gets the value indicating the status of the trial period - whether it is elapsed or not.
Public Shared Function IsTrialElapsed() As Boolean
Parameters
No parameters.
Return value
Returns true if trial is over. Returns false otherwise.
Requirements
file: IntelliProtector.vb
Example
Public Sub CanIRun() If IntelliProtectorService.IntelliProtector.IsTrialElapsed() Then Exit Sub End If
System.Windows.Forms.MessageBox.Show("I can run.") End Sub
|
| Copyright © 2011 intelliprotector.com |