DictLicenseCode Constructors

Definition

Overloads

DictLicenseCode()
DictLicenseCode(Int32)
DictLicenseCode(IntPtr)

DictLicenseCode()

public:
 DictLicenseCode();
public DictLicenseCode ();
Public Sub New ()

Applies to

DictLicenseCode(Int32)

public:
 DictLicenseCode(int num1);
public DictLicenseCode (int num1);
new Dynamics.AX.Application.DictLicenseCode : int -> Dynamics.AX.Application.DictLicenseCode
Public Sub New (num1 As Integer)

Parameters

num1
Int32

Applies to

DictLicenseCode(IntPtr)

public:
 DictLicenseCode(IntPtr ptr1);
public DictLicenseCode (IntPtr ptr1);
new Dynamics.AX.Application.DictLicenseCode : nativeint -> Dynamics.AX.Application.DictLicenseCode
Public Sub New (ptr1 As IntPtr)

Parameters

ptr1
IntPtr

nativeint

Applies to