BCLicenseServerClaimLicense Method  | 
 
            Claims a license for the specified product code.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic BCLicense ClaimLicense(
	string productCode,
	string domainName,
	string userName
)
Public Function ClaimLicense ( 
	productCode As String,
	domainName As String,
	userName As String
) As BCLicense
Parameters
- productCode
 - Type: SystemString
            The product (patch) code to claim.
             - domainName
 - Type: SystemString
            The network domain name to be associated with the license. 
             - userName
 - Type: SystemString
            The name of the user to be associated with the license.
             
Return Value
Type: 
BCLicenseThe claimed license.
Remarks
            Do not use the name of the work list for 
userName 
            (i.e., the 
User should not be used).
            
See Also