 | CustomLookup.LookupItem Constructor (String) |
[This is preliminary documentation and is subject to change.]
Constructor
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic LookupItem(
string oValue
)
Public Sub New (
oValue As String
)
Parameters
- oValue
- Type: System.String
Value. Must not be null or empty.
See Also