Function returns count of free launches in the trial period.
Syntax
Public Shared Function GetTrialLaunchesCount() As Integer
Parameters
No parameters.
Return value
Returns count of launches which are available in the trial period.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
lLaunchesTotal.Text = ItpLibraryNetWrapper.GetTrialLaunchesCount().ToString(CultureInfo.InvariantCulture)
End
Sub