Activation.unlockDL Method

Use this function to unlock a specific DL
Public Function unlockDL( _ 
ByVal Support_Code As String, _ 
ByVal PCode As Integer
) As String
This language is not supported or no code example is available.
public string unlockDL( 
string Support_Code
int PCode 
)
This language is not supported or no code example is available.

Parameters

Support_Code
string

The support code.

PCode
int

The Computer Code

Return Value

string
Remarks
 
To find the computer code of a DL, use the getAllDLInfo method.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition