  | CustomLookupLookupItem Constructor (String, String) | 
            Constructor
            
 
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic LookupItem(
	string oValue,
	string[] keys
)
Public Sub New ( 
	oValue As String,
	keys As String()
)
Parameters
- oValue
 - Type: SystemString
Value. Must not be null or empty. - keys
 - Type: SystemString
Keys. Size of the array must be 15. 
See Also