Barcode Xpress for .NET Framework v13.9 - Updated
SetOEMLicenseKey Method




Accusoft.BarcodeXpressSdk Namespace > Licensing Class : SetOEMLicenseKey Method
The OEM license key required for OEM licensing.
Sets the BarcodeXpress control runtime OEM license key.
Syntax
'Declaration
 
Public Sub SetOEMLicenseKey( _
   ByVal OEMLicenseKey As String _
) 
'Usage
 
Dim instance As Licensing
Dim OEMLicenseKey As String
 
instance.SetOEMLicenseKey(OEMLicenseKey)
public void SetOEMLicenseKey( 
   string OEMLicenseKey
)
public: void SetOEMLicenseKey( 
   string* OEMLicenseKey
) 
public:
void SetOEMLicenseKey( 
   String^ OEMLicenseKey
) 

Parameters

OEMLicenseKey
The OEM license key required for OEM licensing.
Remarks
When OEM runtime licenses are purchased, the OEM license key is provided in the purchase confirmation email.
See Also

Reference

Licensing Class
Licensing Members

Is this page helpful?
Yes No
Thanks for your feedback.