|
IsSoftwareRegistered |
Top Previous Next |
|
Gets the value indicating the registration status of software.
Public Shared Function IsSoftwareRegistered() As Boolean
Parameters
No parameters.
Return value
Returns true if software is registered. Returns false otherwise.
Requirements
file: IntelliProtector.vb
Example
Public Sub ViewSoftwareStatus() If IntelliProtectorService.IntelliProtector.IsSoftwareRegistered() Then System.Windows.Forms.MessageBox.Show("Software is registered.") Else System.Windows.Forms.MessageBox.Show("Software is not registered.") End If End Sub |
| Copyright © 2011 intelliprotector.com |