Click or drag to resize
CustomLookup.LookupItem.SetKey Method
Sets value for given key

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public void SetKey(
	int key,
	string value
)

Parameters

key
Type: System.Int32
Key number between [1,15].
value
Type: System.String
Value of the key.
See Also