|
GetSupportExpirationProductVersion |
Top Previous Next |
|
This function returns the product version for which support will be expired.
Public Shared Function GetSupportExpirationProductVersion() As [String]
Parameters
No parameters.
Return value
Returns the product version by the license code specified when registering software for which support will be expired.
Requirements
file: IntelliProtector.vb
Example
Public Sub ShowSupportExpirationProductVersion() Dim version As [String] = IntelliProtectorService.IntelliProtector.GetSupportExpirationProductVersion() System.Windows.Forms.MessageBox.Show(version) End Sub
|
| Copyright © 2011 intelliprotector.com |