| CustomLookupLookupItemGetKey Method |
Gets value for given key
Namespace:
ATR.CT.CTInterface
Assembly:
CTInterface (in CTInterface.dll)
Syntax public 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