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 static string GetSupportExpirationProductVersion()
Parameters
No parameters.
Return value
Returns the product version for which support will be expired.
Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;
Example
void
InitControls()
{
lSupportExpirationPPVersion.Text = ItpLibraryNetWrapper.GetSupportExpirationProductVersion();
}