Sets the BarcodeXpress control runtime license deployment 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
- Unlock key 1
- pw2
- Unlock key 2
- pw3
- Unlock key 3
- pw4
- Unlock key 4
See Also