Click or drag to resize

CustomLookupLookupItem(String, String) Constructor

Constructor

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public LookupItem(
	string oValue,
	string[] keys
)

Parameters

oValue  String
Value. Must not be null or empty.
keys  String
Keys. Size of the array must be 15.
See Also