Set the Scanfix Xpress control runtime OEM license key.
Syntax
'Declaration
Public Sub SetOEMLicenseKey( _
ByVal As String _
)
'Usage
Dim instance As Licensing
Dim oemKey As String
instance.SetOEMLicenseKey(oemKey)
public void SetOEMLicenseKey(
string
)
public: void SetOEMLicenseKey(
string*
)
public:
void SetOEMLicenseKey(
String^
)
Parameters
- oemKey
- The string needed to license ScanFix in a non-node locked fashion.
See Also