'DeclarationPublic Function AddKey( _ ByVal key As NLicenseKey _ ) As System.String
'UsageDim instance As NLicenseManager Dim key As NLicenseKey Dim value As System.String value = instance.AddKey(key)
public System.string AddKey( NLicenseKey key )
Parameters
- key