VFPAnalyzerSetLicenseKey Method  | 
 
            Sets license key for Video Fingerprinting SDK.
            
 
    Namespace: 
   VisioForge.VideoFingerPrinting
    Assembly:
   VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntaxpublic static void SetLicenseKey(
	string vfpLicense
)
Public Shared Sub SetLicenseKey ( 
	vfpLicense As String
)
Parameters
- vfpLicense
 - Type: SystemString
            Video Fingerprinting SDK license key.
             
See Also