  | CustomLookupLookupItem Constructor (String, CustomLookupLookupItem) | 
            Constructor
            
 
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic LookupItem(
	string oValue,
	CustomLookupLookupItem oParent
)
Public Sub New ( 
	oValue As String,
	oParent As CustomLookupLookupItem
)
Parameters
- oValue
 - Type: SystemString
Value. Must not be null or empty. - oParent
 - Type: ATR.CT.CTInterfaceCustomLookupLookupItem
Parent row of this row. Must not be null. 
See Also