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

Syntax
Public Shared Function IsSoftwareRegistered() As Boolean

Parameters
No parameters.

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

Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;

Example
Private Sub InitItpControls()
    lIsRegistered.Text = If(ItpLibraryNetWrapper.IsSoftwareRegistered(), "yes", "no")
End Sub
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services