ComboBoxItemImport Constructor |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic ComboBoxItemImport(
string Id,
string Val,
string ImportId
)
Public Sub New (
Id As String,
Val As String,
ImportId As String
)
public:
ComboBoxItemImport(
String^ Id,
String^ Val,
String^ ImportId
)
new :
Id : string *
Val : string *
ImportId : string -> ComboBoxItemImport
Parameters
- Id
- Type: SystemString
- Val
- Type: SystemString
- ImportId
- Type: SystemString
See Also