ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLicense Class / SetSolutionName Method
Name of solution.




In This Topic
    SetSolutionName Method
    In This Topic
    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.
    See Also