|
IsSoftwareRegistered |
Top Previous Next |
|
Gets the value indicating the registration status of software.
public static bool IntelliProtector.IsSoftwareRegistered();
Parameters
No parameters.
Return value
Returns true if software is registered. Returns false otherwise.
Requirements
file: IntelliProtector.cs namespace: IntelliProtectorService;
Example
public void ViewSoftwareStatus() { if(IntelliProtector.IsSoftwareRegistered()) MessageBox.Show("Software is registered."); else MessageBox.Show("Software is not registered."); }
|
| Copyright © 2011 intelliprotector.com |