FormSuite v6.0 - Updated
SetOEMLicenseKey Method




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > ComponentLicense Class : SetOEMLicenseKey Method
The license key you received from Accusoft
Sets the component's license key.
Syntax
'Declaration
 
Public Sub SetOEMLicenseKey( _
   ByVal licenseKey As String _
) 
'Usage
 
Dim instance As ComponentLicense
Dim licenseKey As String
 
instance.SetOEMLicenseKey(licenseKey)
public void SetOEMLicenseKey( 
   string licenseKey
)
public: void SetOEMLicenseKey( 
   string* licenseKey
) 
public:
void SetOEMLicenseKey( 
   String^ licenseKey
) 

Parameters

licenseKey
The license key you received from Accusoft
See Also

Reference

ComponentLicense Class
ComponentLicense Members

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