Sets the solution key.
Syntax
'Declaration
Public Sub SetSolutionKey( _
ByVal As Long, _
ByVal As Long, _
ByVal As Long, _
ByVal As Long _
)
'Usage
Dim instance As Licensing
Dim pw1 As Long
Dim pw2 As Long
Dim pw3 As Long
Dim pw4 As Long
instance.SetSolutionKey(pw1, pw2, pw3, pw4)
public void SetSolutionKey(
long ,
long ,
long ,
long
)
public: void SetSolutionKey(
long ,
long ,
long ,
long
)
public:
void SetSolutionKey(
int64 ,
int64 ,
int64 ,
int64
)
Parameters
- pw1
- The first segment of the solution key you want to use.
- pw2
- The second segment of the solution key you want to use.
- pw3
- The third segment of the solution key you want to use.
- pw4
- The fourth segment of the solution key you want to use.
See Also