GetTrialLaunchesLeftCount
Function returns quantity of free launches in the trial period, which are left after activation.

Syntax
Public Shared Function GetTrialLaunchesLeftCount() As Integer

Parameters
No parameters.

Return value
Returns the quantity of trial launches left.

Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;

Example
Private Sub InitItpControls()
    lLaunchesLeft.Text = ItpLibraryNetWrapper.GetTrialLaunchesLeftCount().ToString(CultureInfo.InvariantCulture)
End Sub
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services