Accusoft.FSInvoices1.Net - Updated
SetOEMLicenseKey Method




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

Parameters

oemKey
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