This function returns the product version for which support will be expired. When support period is expired, further protected versions of software will not work, but there is possibility to use previous versions of software which were created (protected) during support period.
Syntax
Public Shared Function GetSupportExpirationProductVersion() As String
Parameters
No parameters.
Return value
Returns the product version for which support will be expired.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
lSupportExpirationPPVersion.Text = ItpLibraryNetWrapper.GetSupportExpirationProductVersion()
End
Sub