ImageGear .NET - Updated
SetSolutionName Method




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearLicense Class : SetSolutionName Method
Name of solution.
Sets the licensing solution name.
Syntax
'Declaration
 
Public Shared Sub SetSolutionName( _
   ByVal solutionName As String _
) 
'Usage
 
Dim solutionName As String
 
ImGearLicense.SetSolutionName(solutionName)
public static void SetSolutionName( 
   string solutionName
)
public: static void SetSolutionName( 
   string* solutionName
) 
public:
static void SetSolutionName( 
   String^ solutionName
) 

Parameters

solutionName
Name of solution.
Remarks
When this method is used for deployment licensing, the solution key must be set up in addition to the name. For OEM deployment licensing, the OEM license key must be set up in addition to the solution name and key. For more information about licensing, see Licensing and Distributing ImageGear for .NET.
See Also

Reference

ImGearLicense Class
ImGearLicense Members