Creates a new generic product license.
Namespace:
PrimeworksAssembly: Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll) Version: 1.9.2590.54
Syntax
| C# |
|---|
protected static IntPtr ProdLicenseNew( string strProdID, string strProdName ) |
| Visual Basic (Declaration) |
|---|
Protected Shared Function ProdLicenseNew ( _ strProdID As String, _ strProdName As String _ ) As IntPtr |
| Visual C++ |
|---|
protected: static IntPtr ProdLicenseNew( String^ strProdID, String^ strProdName ) |