SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Licensing Class / SetOEMLicenseKey Method
The OEM license key you want to use.




In This Topic
    SetOEMLicenseKey Method (Licensing)
    In This Topic
    Sets the OEM license key.
    Syntax
    'Declaration
     
    
    Public Sub SetOEMLicenseKey( _
       ByVal OEMLicenseKey As String _
    ) 
    'Usage
     
    
    Dim instance As Licensing
    Dim OEMLicenseKey As String
     
    instance.SetOEMLicenseKey(OEMLicenseKey)
    public void SetOEMLicenseKey( 
       string OEMLicenseKey
    )
    public: void SetOEMLicenseKey( 
       string* OEMLicenseKey
    ) 
    public:
    void SetOEMLicenseKey( 
       String^ OEMLicenseKey
    ) 

    Parameters

    OEMLicenseKey
    The OEM license key you want to use.
    See Also