'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Sub SetOEMLicenseKey( _ ByVal OEMLicenseKey As String _ )
'Usage Dim instance As Licensing Dim OEMLicenseKey As String instance.SetOEMLicenseKey(OEMLicenseKey)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public void SetOEMLicenseKey( string OEMLicenseKey )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void SetOEMLicenseKey( string* OEMLicenseKey )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: void SetOEMLicenseKey( String^ OEMLicenseKey )
Parameters
- OEMLicenseKey
- The OEM license key you want to use.