IsSoftwareRegistered
This function returns registration status of software (registered or not registered).

Syntax
public static bool IsSoftwareRegistered()

Parameters
no parameters.

Return value
Returns true if software is registered.
Returns false otherwise.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

Example
private void InitControls()
{
    lIsRegistered.Text = ItpLibraryNetWrapper.IsSoftwareRegistered() ? "yes" : "no";
}
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services