DictionaryUI Constructor (String, String) | |
Initializes a new instance of the DictionaryUI class.
Constructor with parameter
Namespace:
SOWIData.Management
Assembly:
SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public DictionaryUI(
string pLanguageOut,
string pTextIn
)
Public Sub New (
pLanguageOut As String,
pTextIn As String
)
Parameters
- pLanguageOut
- Type: SystemString
Language to output - pTextIn
- Type: SystemString
Text to search
See Also