Share via


Dictionary.Licensecodecnt2id(Int32) Method

Definition

Provides the ID of a specified license code.

public:
 virtual int Licensecodecnt2id(int _cnt);
public virtual int Licensecodecnt2id (int _cnt);
abstract member Licensecodecnt2id : int -> int
override this.Licensecodecnt2id : int -> int
Public Overridable Function Licensecodecnt2id (_cnt As Integer) As Integer

Parameters

_cnt
Int32

An integer that specifies a license code, based on the order of license codes in Finance and Operations.

Returns

A licenseCodeId system data type value that indicates the license code ID; 0 (zero) if you pass a cnt value that is larger than the number of license codes that is returned by the Dictionary::licenseCodeCnt method.

Applies to