Claims a license for the specified product code.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCLicense ClaimLicense( string productCode, string domainName, string userName ) |
Visual Basic |
---|
Public Function ClaimLicense ( _ productCode As String, _ domainName As String, _ userName As String _ ) As BCLicense |
Visual C++ |
---|
public: BCLicense^ ClaimLicense( String^ productCode, String^ domainName, String^ userName ) |
Parameters
- productCode
- Type: System..::..String
The product (patch) code to claim.
- domainName
- Type: System..::..String
The network domain name to be associated with the license.
- userName
- Type: System..::..String
The name of the user to be associated with the license.
Return Value
The claimed license.Remarks
Do not use the name of the work list for userName
(i.e., the User should not be used).