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