Share via


Dictionary.securityKeyCnt2Id Method

Provides the ID of a specified security key.

Syntax

public SecurityKeyId securityKeyCnt2Id(int cnt)

Run On

Called

Parameters

  • cnt
    Type: int
    An integer that specifies a security key, based on the order of security keys in Microsoft Dynamics AX.

Return Value

Type: SecurityKeyId Extended Data Type
A securityKeyId system data type value that indicates the security key ID; 0 (zero) if you pass a cnt value that is larger than the number of security keys that is returned by the Dictionary::securityKeyCnt method.

See Also

Dictionary Class

Dictionary Class