  | CustomLookupLookupItemSetKey Method  | 
            Sets value for given key
            
 
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic void SetKey(
	int key,
	string value
)
Public Sub SetKey ( 
	key As Integer,
	value As String
)
Parameters
- key
 - Type: SystemInt32
Key number between [1,15]. - value
 - Type: SystemString
Value of the key. 
See Also