FormFix v6.0 for .NET - Updated
SetOEMLicenseKey Method (Licensing)



Accusoft.FormDirectorSdk Namespace > Licensing Class : SetOEMLicenseKey Method
The OEM license key you want to use.
Sets the OEM license key. Obsolete - this method is deprecated for FormDirector.
Syntax
'Declaration
 
<ObsoleteAttribute("This method is deprecated.")>
Public Sub SetOEMLicenseKey( _
   ByVal OEMLicenseKey As String _
) 
'Usage
 
Dim instance As Licensing
Dim OEMLicenseKey As String
 
instance.SetOEMLicenseKey(OEMLicenseKey)
[Obsolete("This method is deprecated.")]
public void SetOEMLicenseKey( 
   string OEMLicenseKey
)
[Obsolete("This method is deprecated.")]
public:
void SetOEMLicenseKey( 
   String^ OEMLicenseKey
) 

Parameters

OEMLicenseKey
The OEM license key you want to use.
Remarks

Obsolete - this method is deprecated for FormDirector. License check is removed from FormDirector.

See Also

Reference

Licensing Class
Licensing Members

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