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