| CustomLookupLookupItem Constructor (String) |
Constructor
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntax public LookupItem(
string oValue
)
Public Sub New (
oValue As String
)
Parameters
- oValue
- Type: SystemString
Value. Must not be null or empty.
See Also