![](../icons/Help.png) | CustomLookupLookupItemGetKey Method |
Gets value for given key
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic string GetKey(
int key
)
Public Function GetKey (
key As Integer
) As String
Parameters
- key
- Type: SystemInt32
Key number between [1,15].
Return Value
Type:
StringValue for given key number
See Also