Sets the licensing solution key.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Sub SetSolutionKey( _
   ByVal  As Long, _
   ByVal  As Long, _
   ByVal  As Long, _
   ByVal  As Long _
) 
             
        
            
            'Usage
 
Dim key1 As Long
Dim key2 As Long
Dim key3 As Long
Dim key4 As Long
 
ImGearLicense.SetSolutionKey(key1, key2, key3, key4)
             
        
            
            public static void SetSolutionKey( 
   long ,
   long ,
   long ,
   long 
)
             
        
            
            public: static void SetSolutionKey( 
   long ,
   long ,
   long ,
   long 
) 
             
        
            
            public:
static void SetSolutionKey( 
   int64 ,
   int64 ,
   int64 ,
   int64 
) 
             
        
             
        
            Parameters
- key1
- Key1 part of solution key.
- key2
- Key2 part of solution key.
- key3
- Key3 part of solution key.
- key4
- Key4 part of solution key.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also