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