|
GetCurrentProductVersion |
Top Previous Next |
|
Method returns the current product version, specified when protecting.
Public Shared Function GetCurrentProductVersion() As [String]
Parameters
No parameters.
Return value
Returns product version, specified when protecting.
Requirements
file: IntelliProtector.vb
Example
Public Sub ShowProductVersion() Dim version As [String] = IntelliProtectorService.IntelliProtector.GetCurrentProductVersion() System.Windows.Forms.MessageBox.Show(version) End Sub
|
| Copyright © 2011 intelliprotector.com |